Okay
  Public Ticket #2723536
Font problem
Closed

Comments

  • Asmae Bemmouna started the conversation

    Hi,

    I have 2 issues with the font in our website:

    1 is for the main menu I want it to look like this  

    8059391137.png

    but now it is looking different like this :

    2305464923.png

    the second issue is under our news page the font suddenly changed to this on the heading:

    6998613128.png

    while it should be bigger like this :

    5918662208.png

    Please guide me into fixing these 2 issues

    thank you

  •  2,721
    Andrew replied

    Hi Asmae,

    Thanks for contacting us.

    1. Please try this css:

    #header-outer[data-lhe="default"] #top nav > ul > li > a {
        font-family: sans-serif !important;
    }

    2. 

    body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
       
        font-size: 81px;
    }

    Thanks.

  • Asmae Bemmouna replied

    perfect it worked! I also want to make this (the sub menu under the main menu) with the same font as the menu could you please give me the code for that to add

    5479816372.png


  •  2,721
    Andrew replied

    Hi Asmae,

    Please try this css:

    #top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
        font-family: sans-serif;
    }

    Thanks.

  • Asmae Bemmouna replied

    perfect it works! thank you