Un-bolding headers

New Front DE Support Forums Shogun Theme Support Un-bolding headers

Ansicht von 4 Beiträgen – 1 bis 4 (von insgesamt 4)
  • Autor
    Beiträge
  • #9881
    dreadpiratetrey
    Mitglied

    Hello!

    I’m having trouble removing the „bold“ setting from the headings font of the footer, sidebar, and title of posts. The font is set to „Lora,“ but appears to automatically switch to Lora’s „bold“ setting in each of these instances, but I would like for them to remain at Lora’s „regular“ setting instead. Any tips on how to make that work?

    Also, very happy with the theme so far!

    –dreadpiratetrey

    #9893
    mmsatori
    Administrator

    Hey dreadpiratetrey,

    thank you for choosing Shogun!

    Could you please provide the URL of the website? Seeing the live code would help me provide efficient solution. Thanks!

    Sincerely,
    Andrii / Satori Studio

    #9894
    dreadpiratetrey
    Mitglied

    Sure! http://www.dreadpiratetrey.com

    -dreadpiratetrey

    #9895
    mmsatori
    Administrator

    Thanks, dreadpiratetrey!

    The post and widget titles are displayed in bold because this is defined in the theme styles and is not adjustable via the Theme Options. You can, however, change this by adding some code to the „Style: Add Custom CSS“ tab of the Theme Options panel:

    .serif, cite, h1, h2, h3, h4, h5, h6, #content h1 a, #content h2 a, #content h3 a, #content h4 a, #header-image h1 a, #header-image h2 a, #header-image h3 a, #header-image h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    font-weight: 400 !important;
    }
    

    Sincerely,
    Andrii / Satori Studio

Ansicht von 4 Beiträgen – 1 bis 4 (von insgesamt 4)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.