Archived topic
Widget how do I increase the FONT size ?
9 replies · Started by Joanne Smith on May 21, 2017
hi
I am setting up a new website for affilaite marketing and noticed that the WIDGET area is a little HARD to read the LINK URL -- text is tiny -- How do I increase the FONT size for this in the widget area only ?? I can only see a way of increasing or decreasing the gutter in the widget area
I am also using the following plugin
https://en-au.wordpress.org/plugins/featured-image-admin-thumb-fiat/
as I want the feature image to show in the widget -- not sure if this is affecting the URL font size ??
here is the BLOG Test page layout so you can see what is happening to the layout so far
https://www.joannesmithmarketing.com/test-2/
I am using your theme and Elementor Pro
The site is just being set up so I have NOT added any real content yet -- just getting the layout correct and all the plugins working - beta test mode
Joanne
Hi there,
It should be Customizer > Typography > Widgets > Content font size.
If that doesn't work then it probably means the widget inserted is overwriting GP's style.
In that case I can provide some CSS.
Let me know.
Actually it not the content text but the URL link text in the widget that needs to be increased
here is the Image of the specific text I need to increase
https://www.joannesmithmarketing.com/wp-content/uploads/2017/05/link-url-size-not-text.jpg
and when I looked at the style sheet - if I turned off the text the font does increase
https://www.joannesmithmarketing.com/wp-content/uploads/2017/05/how.jpg
however, I don't know what Custom css I have to add to make the Font change like this ?
I think its this CSS row -- font-size: 12px !important;
.rpwe-block h3 {
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}
but when I add it to my custom style sheet it does not change anything
Joanne
Try this:
.inside-right-sidebar h3.rpwe-title {
font-size: 15px !important;
}
yep that worked!
last quicky -- just off the top of your head -- I would like to be able to add my own rating stars in the widget area --- this is a WIDGET plugin I am using -- and may not allow that ?
basically I need in the widget area
Thumbnail of feature image
Title of blog
and my own rating stars -- (( as I will be using the other rating plugin that has total stars ))
Joanne
To insert stars in the plugin you are using?
You'd have to check with the plugin author to see if there are ways to hook into it I think.
ok ta
Do you have a plugin in mind that can do both feature thumbnails and stars that you've seen in your internet travels -- I have been searching and its hard to find anything out there -- very strange indeed ?
................. ??
Not to my knowledge sorry.
Not sure which plugin you are using but if it's well coded and supported then there might be a way to hook into it.
OK cheers
Joanne
Glad I could help :)