Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888681
    elevatedconversions
    Participant

    Hi, Support.

    I am trying to get the topbar text color to show up – it’s currently white and I need it to be theme color green (#119e54).

    Can you provide me with the proper CSS to do this?

    Thank you,

    -Ryan

    #889363
    John Ezra
    Member

    Hi Ryan,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    /* Topbar Text color */
    .x-topbar .p-info {
        color: #119e54;
    }
    
    /* Topbar Link color */
    .x-topbar .p-info a{
        color: #119e54;
    }
    
    /* Topbar link hover color */
    .x-topbar .p-info a:hover {
        color: #000000;
    }

    Just change the colors as needed.

    If this does not work on your site for some reason, please provide your URL so we can tailor our advice.

    Hope this helps – thanks!

    #889388
    elevatedconversions
    Participant

    Works great – thanks, John!

    #889859
    Thai
    Moderator

    You are very welcome.

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-888681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>