This topic has 22 replies, 4 voices, and was last updated 8 years by Radu.

  • Author
  • #54570
     revankar
    Participant

    How to change primary menu font Color ? i want to change the primary menu color. right now i have change the text color of header but it is always remain white font. please let me know how to change the color?

    Attachments:
    You must be logged in to view attached files.
    #54626
     Radu
    Moderator

    Hello,

    Please provide the url,

    I will give you a css snippet fix for font color.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #54739
     revankar
    Participant
    This reply has been set as private.
    #54792
     Radu
    Moderator
    COPY CODE
    
    
    .kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse>ul>li>a {color:#000 !important;}
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #54796
     revankar
    Participant
    This reply has been set as private.
    #54828
     Radu
    Moderator
    This reply has been set as private.
    #85638
     saeides
    Participant

    Hello,

    Where this css should be pasted? Quick css under theme options?

    #85717
     Radu
    Moderator

    HI,

    The css that i have you provided is need to be pasted or in Wp-Admin -> Theme Options -> General Settings -> Quick CSS or via FTP to wp-content/themes/kleo-child/style.css

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85733
     saeides
    Participant

    Thank you for your reply. I’ve tried it but no luck.
    Any idea?
    BTW, would be awesome if you know how to change the menu text colour in homepage (transparent menu).

    Thanks in advance

    #85744
     Radu
    Moderator

    Hi,

    Make sure that you have a cache plugin, if you have, after each modification is need to clear the cache.

    If you cannot load the CSS that i have you provided you please provide admin credentials.

    Regarding the color of the transparent menu,please provide a screenshot that pointing out the changes

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85758
     saeides
    Participant
    This reply has been set as private.
    #85767
     Radu
    Moderator

    Hi,

    I’ve added this CSS snippet to your Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .kleo-main-header:not(.header-scrolled) .navbar-collapse>ul>li>a {color:#000 !important;}
    

    Now, the menu items color are black until you scroll, then the text links color will change to white.

    Let me know if is ok.

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85769
     saeides
    Participant

    Right. I appreciate your help. I’m wondering why when I changing that to colour#950cc2 that doesn’t work?

    #85781
     Radu
    Moderator

    Hi,

    I’ve changed the color to “950cc2”

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85782
     saeides
    Participant

    Great help. Thanks

    #111039
     trsl2
    Participant

    I have followed this to get black main menu headings which worked fine. But now the menu on my iPhone is blacked out.

    #111275
     Radu
    Moderator

    Hi,

    Add this css that will set the background color, replace #dadada color with your desired color

    COPY CODE
    
    
    @media (max-width: 991px) {
    .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
        background-color: #dadada;
    }}
    
    

    Cheeers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #111315
     trsl2
    Participant

    That didn’t work. It’s sill blacked out on my mobile.

    #111485
     Radu
    Moderator

    Hi,

    Provide url

    cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #111527
     trsl2
    Participant
    #111607
     Radu
    Moderator

    Hi

    Use this

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
        background-color: #222 !important;
    }}
    
    
    

    It works for me via Inspect element

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #111644
     trsl2
    Participant

    This is wasting my time. You have just re-created the original problem and turned the main Menu white again??????? I wanted the Main Menu Black which I managed through following this topic but that meant the menu on my mobile was blacked out too!

    #111979
     Radu
    Moderator

    Do you have solved your problem ? i see your menu it’s ok

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 23 posts - 1 through 23 (of 23 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?