Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342913

    Hi

    We are using a side menu demo – and have changed main menu links to 8pt in Advanced styling.

    But it looks like they are larger than 8pt.

    Please see https://paste.pics/866d9523d7d4b25fb6c321fac660a27f

    The text on right hand side is 20pt (We are Parcap…)

    Thanks
    ODP

    #1342955

    Hey onedesignprint,

    Thank you for the inquiry.

    The base css is overriding the advanced styling. We will forward the issue to our channel. For the meantime, please add this css code.

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        font-size: inherit;
    }
    

    Best regards,
    Ismael

    #1342983

    That worked thanks Ismael!

    Is there any way of changing letter spacing of H1 ?

    Thanks
    ODP

    #1342999

    Hi ODP,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all .all_colors h1 {
      letter-spacing: 5px;
    }
    

    Regards,
    Yigit

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