Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #375942

    Hi there Support

    I having another sidebar widget font issue and would like to ask your help on how to resolve this.

    If you visit me website – http://www.gavinparke.com/online-courses/

    In the sidebar you will see under QUIZ & Course– the quiz/ course names are for some odd reason BOLD and of a larger font size.

    Question – could you please give me the code I need to apply to give the text a normal appearance?

    Thanks kindly!

    #375948

    Hi kaga;
    It is almost the same code of your topic of december 17 https://kriesi.at/support/topic/widget-text-font/

    section#sfwd-quiz-widget-2 li h4 a {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    }

    #376377

    Hi!

    Please add CSS code @begrafiks posted above to the Quick CSS field in Enfold theme options under General Styling tab.

    @begrafiks
    Thanks :)

    Cheers!
    Yigit

    #376563

    That’s great! – Thanks for your help Yigit / begrafiks

    One question – how to I find that code? I have a few more widgets that are also displaying a bit funny
    and rather than bothering you guys, if I knew how to find the code and apply I could try to fix.

    Thanks again!

    gp

    #376575

    Hey!

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

    section#sfwd-quiz-widget-2 li h4 a {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    }

    Best regards,
    Yigit

    #376586

    Thanks Yigit! – I have added that code.

    As I mentioned I have more widgets displaying incorrectly for example if your go to – http://www.gavinparke.com/online-courses/
    and scroll to the bottom you will see “courses” the fonts seem to be to large.

    I also have any widget doing the same thing (large font) but the public can’t see it, only logged in users can – if I send you the log in
    info could you be kind enough to take a look at it and give me your advice?

    Thanks again!

    gp

    #376587

    Hi kaga ;
    here is the code for widget “courses” :

    sfwd-courses-widget-3 li h4 a {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    }

    to see and read the styles of a page you can use :
    in firefox firebug in other browsers like IE, SAFARI, CHROME, Opera. Simply hit your F12

    to send your login edit do it in “private” way

    • This reply was modified 9 years, 10 months ago by begrafiks.
    #376965

    Hi!

    Please use following code

    #sfwd-courses-widget-3 li h4 a {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    }


    @begrafiks
    thanks! You forgot the hashtag though :)

    Cheers!
    Yigit

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