Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1140155

    Hi guys,
    I wrote in the quick css that all the links should be light blue. Now the font in the mobile version of the menu is also light blue. But should be white.
    I use this css:
    body a {
    color: #679be0!important ;}

    Please help me :)

    Thank you so much

    #1140274

    Hey mary301187,

    Add this to quick css:

    #av-burger-menu-ul li a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1140853

    Perfekt, thank you so much :)

    #1141211

    Hi,

    Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1142185

    Hey Rikard,
    one thing. The X for Closing the mobile menu is not white. What can I do?

    #1142191

    And is it possible to have mobile a smaller blog headline than on desktop?

    #1142328

    Hi,

    I’m currently seeing the X as white. Was this fixed? Also, do you mean you just want a smaller blog title? If so add this to quick css:

    @media only screen and (max-width: 767px)  {
    .single-post h1.post-title.entry-title{
    line-height:.8em!important;
    }
    
    .single-post h1.post-title.entry-title a{
    font-size:16px!important;
    }}

    Best regards,
    Jordan Shannon

    #1142349

    Thank you so much, perfect!!!!

    #1142364

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

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