Top menu background color and bold text and change color

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Top menu background color and bold text and change color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #323032
    Damon Hancock
    Guest

    Hi Guys,

    I want to change the light grey color of the opt menu bar and then change the color and bold the text.
    Can you help me? Thanks for the great support!

    Damon

    #323066
    Damon Hancock
    Guest

    This seemed to take care of everything EXCEPT the secondary color of the top menu.

    .top-menu{
    color: #402d51 !important;
    }

    .contact-info{
    color: #402d51 !important;
    }

    .contact-info.info-list.address-wrapper.b{
    color: #402d51 !important;
    }

    Still need help getting the great color to purple.

    Thanks!

    #323251
    J. Davis
    Keymaster

    Hi Damon,

    In order to edit text color of the Top Menu you should add the following styles to style.css file of your Child theme:

    .top-header a{
    color:#402d51;
    }
    
    .top-header a:hover{
    color:#176a8a;
    }

    Best regards,
    John

    #323422
    Damon Hancock
    Guest

    John that is close. At cpptech.com it’s the address and phone (which are not a link.) that I need to change the color

    #323935
    J. Davis
    Keymaster

    Hi Damon,

    Try to add the code below to style.css file of the Child theme in order to edit address and phone text:

    .top-header .contact-info b{
    color:red;
    }

    Best regards,
    John

    #324097
    Damon Hancock
    Guest

    That worked thank you John. Something to consider, Making these part of the Customize options.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.