-
AuthorPosts
-
April 19, 2015 at 3:41 pm #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
April 19, 2015 at 7:12 pm #430914Hi
Please add following code to Quick CSS as well
.sidebar a { font-size: 16px!important; }
Cheers!
YigitAugust 14, 2015 at 7:02 pm #487896Hi, 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=0August 14, 2015 at 7:21 pm #487910Hi!
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,
YigitAugust 14, 2015 at 7:52 pm #487925Is not working my friend :(
August 14, 2015 at 9:11 pm #487987Hey!
Please try it like that
.recentcomments a, .widget_recent_entries li a { font-size: 20px !important; }
Cheers!
BasilisAugust 14, 2015 at 9:13 pm #487991Stil not working ! what can i do ?
August 15, 2015 at 7:09 am #488138Hi,
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,
RikardAugust 15, 2015 at 7:50 am #488145Well, i need all my widgets from the sidebar to be a little bigger
Please confirm when is doneAugust 15, 2015 at 10:25 am #488198Hi,
It seems you have password protected all your pages so I can’t view them. Please post the password as well.
Thanks,
RikardAugust 15, 2015 at 10:57 am #488205August 17, 2015 at 4:18 am #488507Hi,
Try adding the following to Quick CSS:
.sidebar * { font-size: 110% !important; }
Regards,
RikardAugust 17, 2015 at 8:59 am #488687You 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 9 years, 3 months ago by buscofen89.
August 17, 2015 at 1:43 pm #488895Hi!
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!
AndyAugust 17, 2015 at 2:11 pm #488918I 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…
August 17, 2015 at 2:31 pm #488927Salud!
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!
YigitAugust 17, 2015 at 2:35 pm #488930Do not bother , it’s the last time when i buy this template !!
August 17, 2015 at 2:50 pm #488938Hi
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 -
AuthorPosts
- The topic ‘sidebar font size’ is closed to new replies.