Title: CSS customizing question
Last modified: August 31, 2016

---

# CSS customizing question

 *  Resolved [jdegraw](https://wordpress.org/support/users/jdegraw/)
 * (@jdegraw)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-customizing-question/)
 * This is a very good plugin. I have it running on my development box right now
   but I did run into some questions.
 * 1 The title of the articles when created I would like to change them to bold 
   lettering for a headline. Is this possible without affecting all the other text?
   I am using google fonts plugin and the css elements I see for changing the fonts
   are:
 * .news .news-title a
 * However, That only effects the main content and date of the article. Will html
   tags work in the title?
 * 2. It seems the tumbnails in the news previews page stay the same size when viewing
   the full article (after hitting ‘readmore’). Is there a way to display the picture
   in the full news article at full size?
 * 3. When posting a pic on the preview page is there a way to get lightbox to work
   so they can click on the picture and pull it up to full size instead of the thumbnail
   only?
 * As I said, This is not setup on my production site yet and is just installed 
   on my development box only.
 * [https://wordpress.org/plugins/sp-news-and-widget/](https://wordpress.org/plugins/sp-news-and-widget/)

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

 *  Thread Starter [jdegraw](https://wordpress.org/support/users/jdegraw/)
 * (@jdegraw)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-customizing-question/#post-6904168)
 * UPDATE:
 * I was able to find some css elements and edited the css to get the titles to 
   go bold and the size.
 * I have 2 news articles posted and added the second line. It works but if you 
   have more articles I dont know it it will work for them unless you start adding
   more lines.
 * .news .news-title a{font-size:28px; font-weight:bold !important;line-height:26px;}
   .
   news .news-title b{font-size:28px; font-weight:bold !important;line-height:26px;}
 *  [Anoop Ranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-customizing-question/#post-6904281)
 * Hello,
 * If you target the parent class ie .news with the child class then it will affect
   to all news articles.
 * No need to repeat the css again.
 * Thanks
 *  Thread Starter [jdegraw](https://wordpress.org/support/users/jdegraw/)
 * (@jdegraw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-customizing-question/#post-6904329)
 * Thank you,
 * As you can see I am a beginner but learning fast.

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

The topic ‘CSS customizing question’ is closed to new replies.

 * ![](https://ps.w.org/sp-news-and-widget/assets/icon-128x128.png?rev=1402776)
 * [WP News and Scrolling Widgets](https://wordpress.org/plugins/sp-news-and-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sp-news-and-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sp-news-and-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/sp-news-and-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sp-news-and-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sp-news-and-widget/reviews/)

## Tags

 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)
 * [title font](https://wordpress.org/support/topic-tag/title-font/)

 * 3 replies
 * 2 participants
 * Last reply from: [jdegraw](https://wordpress.org/support/users/jdegraw/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/css-customizing-question/#post-6904329)
 * Status: resolved