Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #244390
    Bastien Chilloux
    Participant

    Hi,

    How can I change the sidebar text font size ?
    What is the CSS code for this ?

    Thank you !

    #244470
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget-area a {
        font-size: 20px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244505
    Bastien Chilloux
    Participant

    Hi,

    In fact, this CSS code only affect the text forms but not the titles, etc, maybe there is no way to do it ?

    Thanks

    #244506
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To change font size of widget titles
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget-title {
        font-size: 20px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244524
    Bastien Chilloux
    Participant

    The issue appear with the MailChimp form text, a part of it isn’t affected by the body code.

    #244531
    Bastien Chilloux
    Participant
    #244536
    Bastien Chilloux
    Participant

    The form :

    
    <p>
    	<label>Adresse email : 
    		<input type="email" name="EMAIL" placeholder="Votre adresse email" required />
    </label>
    </p>
    <p>
    	<input type="submit" value="s'inscrire" />
    </p>
    <p>
        <label>
            <input name="AGREE_TO_TERMS" type="checkbox" value="1" required="">J'ai lu et j'accepte la <a  href="https://bastienchilloux.com/confidentiality/" target="_blank" rel="noopener">Politique de confidentialité.</a></label>
    </p>
    

    The text “J’ai lu et j’accepte la” isn’t affected by your CSS code but “Politique de confidentialité” is fine resized by your code.

    Do you know a solution ?

    #244722
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To change font size of text J’ai lu et j’accepte la Politique de confidentialité.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mc4wp-form-1 label {
        font-size: 18px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244743
    Bastien Chilloux
    Participant

    Amazing ! Thank you !

    #244903
    Skandha
    Participant

    @bastienchill: Hello Bastien, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/bold-photography/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to change the sidebar text font size ?’ is closed to new replies.