-
Author
-
August 6, 2014 at 17:23 #24860gm713Participant
Hi,
How do I override the font-size of text that appears in footer only (without changing them anywhere else).
Thanks!
August 7, 2014 at 10:35 #24954CatalinModeratorHello,
Please be more specific about the text you want to modify its size to be able to provide you a solution.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 8, 2014 at 08:01 #25089gm713ParticipantHi Catalin,
I want all text appearing in the footer to be set to 12px. Currently I have the following widgets added in the footer:
Footer Column 1: Text widget (I can manually hard code the text in within the text widget, but want to know the right way to do this)
Footer Column 2: Online Members, and Recently Active Members widgets. I need to set the headline i.e. “Online Members” and “Recently Active Members” to be set to 12px.
Footer Column 3: Have added a Social Media widget. Need to override the headline text to be set to 12px
Footer Column 4: Have added the “Latest Posts” widget. Need to headline text and the dynamically pulled post-titles that widget pulls to be set to 12px.
Attached is the screenshot for visual reference.
Hope this helps. Essentially, trying to set all text that appears in the footer to be set to 12 px.
Attachments:
You must be logged in to view attached files.August 12, 2014 at 19:03 #25448CatalinModeratorHello,
PLease add this code in your style.css file from your child theme:
COPY CODE.footer-color#footer { font-size:12px !important; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Footer font-size override’ is closed to new replies.