Changing the color of the toggle shortcode

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Changing the color of the toggle shortcode

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10435
    herbjoseph
    Member

    The toggle short code comes out automatically orange/red. How can I change it to match the skin I’m using currently.

    http://dev.emergetech.com/software-development/

    Thanks,

    #10444
    Veena
    Moderator

    For that you have to set a background image (url) that matches with your site in the below custom CSS –

    .toggle-label {
    background: url("images/toggle-button-plus.png") no-repeat scroll right bottom #f8f8f8;
    }
    .active-toggle .toggle-label {
    background-image: url("images/toggle-button-minus.png");
    
    #10460
    herbjoseph
    Member

    I would only like to change the default red to the same blue that the skin is right now.

    That code changed everything to the color I picked. I just want the corner to change.

    #10474
    Raghavendra
    Moderator

    If you provide a link to the page, will upload the blue colored image file that you can replace with along with the required custom CSS. Will get this fixed for next update.

    #10475
    Raghavendra
    Moderator

    Or you can tell us the exact color hex code. We need the link to know the exact color you are using.

    #10478
    herbjoseph
    Member

    Here is the link. http://dev.emergetech.com/software-development/ I will need to use this on the 3 service pages I have currently and possibly some stuff in the future. I want it to match the skin I’m using now I believe the hex code is #1e73be.

    #10512
    Nexus
    Moderator
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing the color of the toggle shortcode’ is closed to new replies.