customising buttons in Revolution Slider

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support customising buttons in Revolution Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9943
    avivarose
    Member

    You can view the site I am referring to at http://www.avivarose2.com.

    I am using Revolution Slider which came with the Agile theme that I purchased through ThemeForest. The problem I am having is on all browsers and on my iphone. I am using the Main slider1 and trying to change the look of the linked buttons on the layers of the slide. I have currently 2 slides that are exactly the same except for the buttons.

    1) In the first slide, the button is coded with the “button large transparent” class. How can I change the class to make the text more bold?

    2) In the second slide, the button is using the “big_agile” style, which should have the font color light gray , or #eeeeee. But it appears as orange no matter what I do. Please advise…. This happened when I linked the text, so I am assuming it has to do with some general setting regarding link color. How do I change this?

    Thank you,

    #9945
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    a.button.large.transparent {
    font-weight: 900;
    text-shadow: 0px 1px 0px #fff;
    }
    .tp-caption.big_agile a {
    color: #eeeeee !important;
    }
    .tp-caption.big_agile a:hover
    {
    color: #fff !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.