How to change widget Font Size and Font Type

Hi,

I am using the rtPanel theme for my website (www.cistraining-rajesh.com). Could you please let me know step by step how I could change the widget Font Size and Font Type.

Thanks,
Rajesh

Hello Rajesh,
Are you using child theme or doing changes in rtPanel theme directly?

I am making changes to the rtPanel theme direclty.

Thanks,
Rajesh

I am trying to make changes to the CSS.

Hello Rajesh,
I recommend you to use child theme instead of doing changes in parent theme directly. For more details check out following links.

http://codex.wordpress.org/Child_Themes
https://rtcamp.com/rtpanel-example-child-theme-released/

After using child theme you can easily customize the theme as per your requirement.

Let me for further assistance.

Thanks

Hi,

I was able to create the child theme and edit the widget Font Size and Font Type.

Thanks You for your assistance.

Regards,
Rajesh

Glad to know that your problem is solved :slight_smile:

put this at the bottom of your child’s theme stylesheet (style.css):

`.widget-title {
color: #666666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}

And change the values of the properties (color, font-size … etc).

To change the font add the font-family property:
http://www.devlounge.net/design/better-font-families-in-css