Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143477
    breepear
    Participant

    Is there a way to only change only of the button colors in the Ethos stack? See example.

    #1143478
    breepear
    Participant

    Example:

    #1143659
    Joao
    Moderator

    Hi There,

    Are you referring your navbar background?

    Please provide your URL and more details about what you are referring to.

    Thanks,

    Joao

    #1143876
    breepear
    Participant
    This reply has been marked as private.
    #1144332
    Friech
    Moderator

    Hi There,

    Thanks for the credentials, you can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .x-nav>li.menu-item-194 {
    	background-color: #d2534a;
    }

    Hope it helps, Cheers!

    #1145039
    breepear
    Participant

    Is there a way to add a custom text color/active state text color to that same button?

    #1145295
    Joao
    Moderator

    Hi There,

    Please add the following code:

    .x-navbar .desktop .x-nav>li.menu-item-194:active {
    	color: #ffffff;
    }

    For the hover state >

    .x-navbar .desktop .x-nav>li.menu-item-194:hover{
    	color: red;
    }

    Hope that helps

    Joao

    #1145509
    breepear
    Participant
    This reply has been marked as private.
    #1146015
    Friech
    Moderator

    Hi There,

    The menu has already a active/hover state color. If you’re on this page http://onlyhumanfitness.com/get-in-touch/ you will see that the text color of your menu “talk to me” turns to navy-blue.

    You can change that color on Customizer > Header panel, look for the Navbar Links Hover option.

    Hope it helps, Cheers!

    #1146944
    breepear
    Participant

    I’m looking to have the hover/active state change to the navy-blue color rather than changing to the default teal color that you can set in the Nav Links Hover section.

    Is that possible? Attached is a screenshot of what it looks like on hover/active now, I would like the teal color to be the navy (#425161)

    #1147182
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer:

    .x-navbar .desktop .x-nav>li.menu-item-194 a:hover span {
        color: #425161 !important;
    }

    Let us know how this goes!

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