This topic has 4 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #47303
     Laurent_C
    Participant

    How can I change footer widget font style ?
    1. widget title
    2. text

    Thank you

    #47603
     Radu
    Moderator

    Hello,

    Add this css to Theme Options-> General settings-> Quick CSS

    COPY CODE
    
    .footer-sidebar h4.widget-title {color:red !important;}
    .footer-sidebar .textwidget {color:yellow !important;}
    

    Let me know if it works.

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

    Hi Radu Thank you

    I try it and its ok but when I try to center text and put bold, it doesn’t work, do You see why
    Thank you

    #47644
     Laurent_C
    Participant

    .footer-sidebar h3.widget-title {
    color:white !important;
    font: bolder !important;;
    }
    .footer-sidebar h4.textwidget {
    color:white !important;
    text-align: center !important;
    }

    #47766
     Radu
    Moderator

    Hello Laurent_C

    This code it should work good.

    COPY CODE
    
    .footer-sidebar .widget-title {
    color: red !important;
    text-align: center !important;
    }
    .footer-sidebar .textwidget {
    color: yellow !important;
    text-align: center !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?