SiteOrigin Image change text title
Hi there, ive been struggling to change the title text size of the image. Ive used the following coding in my css style of the widget
h3.widget-title {
font-size: 20px;
}
or
.widget-title {
font-size: 20px;
}
or
.so-widget-sow-image h3 {
font-size: 20px !important;
}
and neither work. Please can you help me on the next step to take!!!
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Little Piglet
You can change the font size with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.widget_sow-image h3.widget-title { font-size: 20px; }You might also need to install the SiteOrigin CSS Editor.
If the above CSS doesn’t work, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.