badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Changing widget settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29017
    jeanlucgarnier
    Participant

    Hi Forum!

    On my http://www.knowbileconsulting.com website homepage (static, business template), I’ve put a Latest articles widget. This shows up properly, but only displays the title of the (2) latest articles in normal font. I’d like to change the font (size and gold) to emphasize these articles a little bit. Is there any way to change the settings?

    Thanks in advance for any help!

    #29076

    Hi Jeanlucgarnier,

    To increase the font size of the the latest article title go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on Save & Publish button.

    
    #main .widget_recent_entries ul li {
        margin-bottom: 10px;
    }
    #main .widget_recent_entries ul li a {
        font-size: 15px;
    }

    Thank you!

    #29089
    jeanlucgarnier
    Participant

    Thanks a lot!

    Is there any “map” I could use to find out which style applies to widgets?

    #29118

    Sorry! What you are trying to say?

    #29128
    jeanlucgarnier
    Participant

    Sorry for the dummy request! 🙂

    I mean: I can open the CSS file of the theme but I’d like to get a kind of picture, displaying a typical page (Business template would be a plus) with all available widgets, with arrows and legends saying ‘This widget use widget_testimonial styles”. Even if the CSS looks well documented, I’m not a specialist and need sometimes very dummy advices to find my way into styles… 🙂

    Thanks again for your help!

    #36528

    Hi Jeanlucgarnier,

    There is already a Business Template you can set and have the widgets there as of your choice.

    Thank you!

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