Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868414

    byronic1@att.net
    Participant

    I want to make a link on top of my static slider image. The software lets me choose Arial, Helvetica, sansserif but there is no way to pick italic. There is a button which seems like it should work, offering choices from 100 to 900. Most of the choices do not change anything, and none make the font italic.

    Here is the url: http://suziegruber.com/demo-home-2/
    I will send login in the next post.

    #868415

    byronic1@att.net
    Participant
    This reply has been marked as private.
    #868422

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #868425

    byronic1@att.net
    Participant

    Sure. If you look at the screenshot, there is a small “Learn more>” line. I just want to turn that to italic. When i use the menu in Revolution Slider, most of the choices do nothing. One that works turns it to bold, not italic.

    I also want to make the “Learn more.” line a link to another page. Or turn the entire slideshow element into a link. How can I do that?
    Thanks a lot for your speedy reply.

    #869034

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    div#slide-3-layer-3 {
        font-style: italic;
    }

    To hyperlink a layer or slide, please check this link : https://www.themepunch.com/faq/how-to-hyperlink-slides-and-layers/

    Hope that helps.