-
AuthorPosts
-
August 31, 2014 at 9:27 am #311464
Please help and give me a tip where to do this. Thanks!
August 31, 2014 at 10:31 am #311477Hey Joerg!
It depends on the widgets you’re using in the footer area. If you want to overwrite the font size of all widgets try this css code.
#top #wrap_all #footer .flex_column p{ font-size: 10px !important; }
If you want to change the size of the copyright text use:
#top #wrap_all #socket, #top #wrap_all #socket span{ font-size: 10px !important; }
Cheers!
PeterAugust 31, 2014 at 2:42 pm #311541Hi Peter, thanks for your fast reply. Sorry if my questions seem to be stupid, but I’m new at this.
I’m using the footer – column1/2/3 widgets. Where do I have to put the code – in the style.css of my child theme? I did it but couln’t notice any effect.August 31, 2014 at 2:45 pm #311543Hi!
Please go to Enfold theme options > General Styling tab and put the code inside Quick CSS field. You can also add your custom CSS code to Custom.css file inside Enfold/css folder
Regards,
YigitAugust 31, 2014 at 3:44 pm #311560Okay thanks! But this doesn’t effect the widget “footer column 3” and all the titels. Also the line height should be less. You can see it here: http://www.play-id.org
September 1, 2014 at 12:07 am #311614Hi!
Please add following code to Quick CSS as well
#footer .widgettitle { font-size: 12px; } #footer { padding: 0; }
If that still does not help, please post a screenshot and show the changes you would like to make
Regards,
YigitMarch 2, 2021 at 12:31 am #1284596Hey guys!
I’ve been trying every single option I’ve found so far, but none seems to work yet. Only the third column gets affected by the provided CCS above and it will also require an interlineation adjustment. So if you could pls help me with the appropriate code I’d much appreciate it.
Kind regards,
HC
March 2, 2021 at 10:51 am #1284646Hi @hacart,
Please check your CSS code for any errors using this website – http://csslint.net/. Broken CSS might be causing the issue.
If that is not the case, please post a link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)Best regards,
YigitApril 26, 2021 at 4:14 am #1296644Hey Yigit,
Hope you’re doing great.
I need to make all text, including links in the footer area a bit smaller (10px). Interliniation should be proportional too, please.
I’ve provided a link in the private content area.Thanks in advance.
Regards,
h
April 26, 2021 at 9:57 am #1296700Hi H,
Thanks! Hope you are doing great as well :)
Please go to Enfold theme options > Advanced Styling and edit “Widget Links” and “< p >” tagged elements and choose to apply it only on Footer section and set font size to 10px.
Best regards,
YigitApril 26, 2021 at 7:13 pm #1296816Hi Yigit,
Great, thank you! How about the interliniation pls? I’ve tested some code, but it only affected the 3rd column. Any other options please?
Regards,
HApril 27, 2021 at 10:57 am #1296942 -
AuthorPosts
- You must be logged in to reply to this topic.