Change button on revolution slider to match theme

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Change button on revolution slider to match theme

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #17181

    Hi

    On this website if you click left on slider you will see the button in question.

    I would like it to be like the button from the theme, which you will see when following this link,it also appears on the demo slider, I only have the shortcode, is there any HTML code to generate this button please?
    This is the shortcode for the button I need https://www.livemeshthemes.com/themes/?theme=Extinct [button color=”red” size=”large” href=”#” align=”left”]Red Button[/button]

    Thanks
    Joanne

    #17185
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .tp-button.lightgrey, .tp-button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
        display: inline-block;
        margin: 0;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 1px;
        font-weight: 400;
        background: #c0442f !important;
        border: 4px double #E7C1BB !important;
        padding: 5px 40px 15px !important;
        margin: 0;
        color: #fff !important;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    #17187

    works perfectly, thank you

    #17188
    This reply has been marked as private.
    #17194
    Veena
    Moderator
    This reply has been marked as private.
    #17195

    Hi

    1) Got the button to appear with the shortcode thanks, couldn’t get it to pick up the styling of the other button, upon hover the text is green instead of white, I would like both buttons (the widget above and this widget) to be the same size and colour if possible please.

    2) There are certain categories which need hiding or removing from view, is there a way of hide or remove the following:-
    document packages
    environmental
    guidance
    fire precaution
    health and safety
    legionella
    roles and procedures
    all industry risk assessments
    training docs
    education
    care/sheltered accommodation
    commercial/industrial
    retail

    3) I have added this CSS, but can’t see that it has added a title underneath a featured image anywhere.

    Thanks
    Joanne

    #17200
    This reply has been marked as private.
    #17201
    This reply has been marked as private.
    #17212
    Veena
    Moderator
    This reply has been marked as private.
    #17214
    Veena
    Moderator

    1,Pls use the below custom CSS –

    .tp-button{
    display: inline-block;
        margin: 0;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 1px;
        font-weight: 400;
        background: #c0442f !important;
        border: 4px double #E7C1BB !important;
        padding: 5px 40px 15px !important;
        margin: 0;
        color: #fff !important;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    

    2. widget button :
    You can use the below custom CSS –

    .textwidget a.button {
        color: #fff !important;
    }
    
    #17215
    This reply has been marked as private.
    #17216

    could you please remove my client’s webpage link incase it gets indexed by google? thanks

    #17228
    Raghavendra
    Moderator
    This reply has been marked as private.
    #17246
    This reply has been marked as private.
    #17254
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions and see if that meet your needs –

    .image-info {
        opacity: 1 !important;
    }
    
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Change button on revolution slider to match theme’ is closed to new replies.