• Resolved ptitloupdude

    (@ptitloupdude)


    Hello,

    I was wondering if there is a way to change the Blue Color from the menu to make it become Orange color?

    Thanks a lot and have a great weekend

Viewing 15 replies - 1 through 15 (of 32 total)
  • akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    For this add the below css code into

    Appearance << customize << custom css box .

    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
         background-color:#C2B300 !important;
      }

    Let me know for further assistance .

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Thanks a lot but couldnt make it work it just changed one small slot color in the menu:

    https://www.winesunearthed.com/

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi

    To also change menu hover color add the below css code into custom css box .

    .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus
    {
        background-color: #C2B300;
        color: #FFFFFF;
    }

    Thanks

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Thanks a lot,
    And any way to change the color of the top bar which still blue

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi

    Add the below css code .

    .header-top-area { background: #fff000; }

    Change color code as your need.

    Thanks

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Thanks a lot for your help !
    How to change the color of the search button and date button on the pages ?

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Can check on this page https://www.winesunearthed.com/?page_id=11
    You will see what I’m talking about even the line below the About page title characters appear in blue !

    Imran Ali

    (@imranaliweb)

    Hi

    For This use below code in custom css Field

    .breadcrumbs > li
    {
    color:#FF6600 !important
    }
    
    .breadcrumbs > .active
    {
    color:#FF6600 !important;
    }
    
    .blog-post-date span.date
    {
      background-color: #00c2a9;
    }
    
    .blog-post-date span.comment > i
    {
    color: #00c2a9 !important;
    }

    Thanks.

    tricksstart

    (@tricksstart)

    Thanks a lot for your help
    Techtricksforun

    Thread Starter ptitloupdude

    (@ptitloupdude)

    Imran Ali

    (@imranaliweb)

    Hi

    if you change date Button text color

    use below code in custom css Filed

    #searchsubmit
    {
    color:#fff !important;
    }

    and change breadcrumb Title color for use below code

    .breadcrumbs > li
    {
    color:#FF6600 !important
    }
    
    .breadcrumbs > .active
    {
    color:#FF6600 !important;
    }

    and change Blog post date color For use below Code

    .blog-post-date span.date
    {
      background-color: #00c2a9;
    }
    
    .blog-post-date span.comment > i
    {
    color: #00c2a9 !important;
    }

    If you any query please indicate snapshot image.

    Thanks.

    Thread Starter ptitloupdude

    (@ptitloupdude)

    It is not working at all check the page https://www.winesunearthed.com/?page_id=11 the date and blue green color window still there and on the home page blue green color still on the testimonials and small windows when you put the cursor over it

    Imran Ali

    (@imranaliweb)

    Hi

    Plz clear your cache then check it..

    Plz indicate snapshot image.

    Thanks.

    Hi,

    still not working for me.. the hover color remains blue and I want it in red #ff0000

    I also need to change the text color inside the dropdown menu
    and the line in between.

    please help..
    thank you

    Hi danylele2

    Plz Share your website URL

    Thanks.

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Blue Color Menu’ is closed to new replies.