CSS?
-
I would like the title to be a larger font and bold. I went to edit the CSS file but there doesn’t appear to be anything there that relates to the title. Appreciate your help.
-
Hi ChecMark,
Please provide a link to your site so we can help you. Also, make sure you are either creating a Child Theme or using a Custom CSS plugin if you are making changes to CSS.
Thanks!
Christi
The site is WelcomeToCotacachi.ca. Do you need my login credentials?
Do you need my login credentials?
Nope! And please don’t offer them if asked. That’s frowned upon here. π
I’ll chime in with some CSS in a few minutes. *RUNS*
Thank you, Jan. I assumed that and would only provide them in a private message if requested.
I would like the title to be a larger font and bold.
Can you share a link that shows where the title you want to update is? This sub-forum you are in is for the Vertical News Scoller plugin but if you mean your theme’s titles then you may be in the wrong sub-forum.
Thank you, Jan. I assumed that and would only provide them in a private message if requested.
No, I mean never offer or send anyone the login credentials. That level of support is not for these forums. Also in your case that’s just not necessary. You are asking a CSS question. π
I was referring to the “In the News” title in the plugin. Just wanted it a little larger and bold. Would be nice to also be able to have an image instead of just words.
Try these steps.
Install a custom CSS plugin.
https://wordpress.org/plugins/search.php?q=custom+CSS
Personally I like this one. It’s simple. π
https://wordpress.org/plugins/simple-custom-css/
In the Custom CSS field add this.
.newsscroller_title { font-size: 30px !important; }That will increase the title to 30px.
On my test installation I had to use
!importantbecause my CSS came before the plugin. Or I may not have specific enough CSS.Hi ChecMark
Ditto on everything Jan said about your login credentials and the CSS plugin. I do have a suggestion for CSS that you can use that might not need !important added at the end:
#verticalscroll-2 .heading h3 { font-size: 30px; font-weight: bold; }I also added a rule to make the font bold, since it’s a thin font and might look a little better with a little more weight on it π
On a side note, I couldn’t find a way to turn down or turn off the music on your site. If I missed that, I apologize, but you want to make sure this is obvious for people or, even better, that the music is something they play optionally (no autoplay). My speakers were turned up on my computer, and it startled me.
Hope this helps!
Christi
Thank you. I added a few more things and it looks great.
Hi ChecMark,
That’s great news! Please mark this thread as resolved.
Thanks!
Thank you!
The topic ‘CSS?’ is closed to new replies.