Tagged: ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #430895

    Being able to change the font size in the control panel is a nice change, but it doesn’t affect the font size in the sidebar.

    What is the css to be able to change the font size in the sidebar?
    Is there an overall code or does it have to be changed depending on which widget it is?

    for example, this code works for me:
    .recentcomments, .widget_recent_entries li {
    font-size: 16px!important;
    }

    But only for those widgets. What about for something like the combo widget? Is it just a matter of adding the class name of the widget to this code?

    Thanks

    #430914

    Hi

    Please add following code to Quick CSS as well

    .sidebar a { font-size: 16px!important; }

    Cheers!
    Yigit

    #487896

    Hi, I have a similar problem , fail to make the font bigger in sidebar for all my widgets . I attach a PrtScn .. hope you can help me …
    Tnx
    https://www.dropbox.com/s/2cakdvgdlspwjui/Capture.JPG?dl=0

    #487910

    Hi!

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

    .recentcomments a, .widget_recent_entries li a { font-size: 20px; }
    

    Best regards,
    Yigit

    #487925

    Is not working my friend :(

    #487987

    Hey!

    Please try it like that

    .recentcomments a, .widget_recent_entries li a { font-size: 20px !important; }
    

    Cheers!
    Basilis

    #487991

    Stil not working ! what can i do ?

    #488138

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #488145

    Well, i need all my widgets from the sidebar to be a little bigger
    Please confirm when is done

    #488198

    Hi,

    It seems you have password protected all your pages so I can’t view them. Please post the password as well.

    Thanks,
    Rikard

    #488205

    ok

    #488507

    Hi,

    Try adding the following to Quick CSS:

    .sidebar * { font-size: 110% !important; }
    

    Regards,
    Rikard

    #488687

    You asked me for a username and password , now you tell ,me what to insert ? Why you asked for user and password ????
    Well, i see that you enter that .sidebar * { font-size: 110% !important; } !!!! but is not working ! and you tell me to insert i again ? i dont understand !
    Can you help me or not ????
    I but 2 times this template !

    • This reply was modified 8 years, 7 months ago by buscofen89.
    #488895

    Hi!

    we are here to support, not to do any jobs for you. If you are searching for someone who implements everything for you, then feel free to hire a freelancer here: http://kriesi.at/contact/customization

    Cheers!
    Andy

    #488918

    I dont want to make a job for me !! I just want a font to be a little bigger, your partner ask me for the user and pass to help me… but where is the help ???? if you treate like this a client , well this is my lest time when i buy a product from you…

    #488927

    Salud!

    Please try de-activating all active plugins and check if that helps.
    Have you added any custom CSS code to any CSS file of the theme?

    Please keep in mind that we are not a customization service. We just would like to help with small customizations just for our users satisfaction :)

    Noroc!
    Yigit

    #488930

    Do not bother , it’s the last time when i buy this template !!

    #488938

    Hi

    Sorry to hear about that, we were trying to help you.

    To make things clear, we ask for login credentials to check backend to see if there are any errors. We do not make changes on users’ websites without permission such as adding custom functions, custom CSS code and de-activating or activating plugins. That is why we have provided you custom CSS code after checking your site.

    If you change your mind, we will still be glad to try to help you :)

    Regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘sidebar font size’ is closed to new replies.