This topic has 5 replies, 2 voices, and was last updated 10 years by gm713.

  • Author
  • #24860
     gm713
    Participant

    Hi,

    How do I override the font-size of text that appears in footer only (without changing them anywhere else).

    Thanks!

    #24954
     Catalin
    Moderator

    Hello,

    Please be more specific about the text you want to modify its size to be able to provide you a solution.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #25089
     gm713
    Participant

    Hi 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.
    #25448
     Catalin
    Moderator

    Hello,

    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,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #25451
     gm713
    Participant
    This reply has been set as private.
    #25452
     gm713
    Participant

    Nevermind figured it out.

    Used this to override the h4 tags for widget titles.

    .footer-color#footer
    {
    font-size:14px !important;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Footer font-size override’ is closed to new replies.

Log in with your credentials

Forgot your details?