• Resolved fatirodriguez

    (@fatirodriguez)


    I need a shortcode to change the font size of author content and header in widget.
    I appreciate the answer and help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey fatirodriguez,

    To change the author content text size, use this shortcode setting:

    [custom-twitter-feeds authortextsize=24]

    Changing the size of the header info will require some custom CSS. Try adding this to the “Custom CSS” area:

    #ctf .ctf-header .ctf-header-user {
        font-size: 24px;
    }
    
    #ctf .ctf-header .ctf-header-screenname,
    #ctf .ctf-header p {
        font-size: 20px;
    }

    You can change the numbers to change the text size.

    Let me know if you have more questions!

    – Craig

    Thread Starter fatirodriguez

    (@fatirodriguez)

    Thank you very much, I did it ! 😀

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Glad that worked!

    Have a great rest of your week.

    – Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcode to change fontsize content and header in widget’ is closed to new replies.