Title: CSS?
Last modified: August 24, 2016

---

# CSS?

 *  Resolved [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/)
 * 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.
 * [https://wordpress.org/plugins/vertical-news-scroller/](https://wordpress.org/plugins/vertical-news-scroller/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * (@christini)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088961)
 * Hi ChecMark,
 * Please provide a link to your site so we can help you. Also, make sure you are
   either creating a [Child Theme](https://codex.wordpress.org/Child_Themes) or 
   using a Custom CSS plugin if you are making changes to CSS.
 * Thanks!
 * Christi
 *  Thread Starter [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088966)
 * The site is WelcomeToCotacachi.ca. Do you need my login credentials?
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088967)
 * > 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*_
 *  Thread Starter [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088968)
 * Thank you, Jan. I assumed that and would only provide them in a private message
   if requested.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088971)
 * > 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. 😉
 *  Thread Starter [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088973)
 * 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.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088976)
 * Try these steps.
 * Install a custom CSS plugin.
 * [https://wordpress.org/plugins/search.php?q=custom+CSS](https://wordpress.org/plugins/search.php?q=custom+CSS)
 * Personally I like this one. It’s simple. 😉
 * [https://wordpress.org/plugins/simple-custom-css/](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 `!important` because my CSS came before 
   the plugin. Or I may not have specific enough CSS.
 *  [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * (@christini)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088979)
 * 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
 *  Thread Starter [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088980)
 * Thank you. I added a few more things and it looks great.
 *  [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * (@christini)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088985)
 * Hi ChecMark,
 * That’s great news! Please mark this thread as resolved.
 * Thanks!
 *  Thread Starter [checmark](https://wordpress.org/support/users/checmark/)
 * (@checmark)
 * [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088986)
 * Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘CSS?’ is closed to new replies.

 * ![](https://ps.w.org/vertical-news-scroller/assets/icon-128x128.png?rev=1210479)
 * [Vertical News Scroller](https://wordpress.org/plugins/vertical-news-scroller/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/vertical-news-scroller/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/vertical-news-scroller/)
 * [Active Topics](https://wordpress.org/support/plugin/vertical-news-scroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vertical-news-scroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vertical-news-scroller/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 11 replies
 * 3 participants
 * Last reply from: [checmark](https://wordpress.org/support/users/checmark/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/css-89/#post-6088986)
 * Status: resolved