Title: Custom CSS
Last modified: November 23, 2021

---

# Custom CSS

 *  Resolved [hughfordb123](https://wordpress.org/support/users/hughfordb123/)
 * (@hughfordb123)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/custom-css-279/)
 * On my website, the important updates section uses the plugin. There is currently
   pink color on the post titles and a poor layout. I want to use CSS to change 
   the colors, the font style, and the layout.
 * I’m using the Hello Elementor theme and editing the style.css file but nothing
   changes. Asking for some assistance in getting more insight on which file I should
   edit in the theme and what classes I should use to accomplish what’s needed.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-279%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/)
 * (@kybernetikservices)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/custom-css-279/#post-15098796)
 * Dear [@hughfordb123](https://wordpress.org/support/users/hughfordb123/) .
    Thank
   you for reaching out. There are several reasons why the style modification is
   not taken. It depends on how the system is developed and finally which style 
   is higher ranked. The hierarchy is the key. A good starting point to understand
   is this article [https://www.w3schools.com/css/css_specificity.asp](https://www.w3schools.com/css/css_specificity.asp).
   You should try not to use `!important`, for example. And to define the selector
   for the style as best as possible. Please understand, further support for styling
   is out of my scope. I hope you understand. Thank you for using Recent Posts Widget
   With Thumbnails.
    -  This reply was modified 4 years, 5 months ago by [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/).
 *  [soniajessica](https://wordpress.org/support/users/soniajessica/)
 * (@soniajessica)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/custom-css-279/#post-15455413)
 * Hi,
    It is quite interesting to note that several websites could very well have
   the same HTML code but their styling or CSS is what would make them different!
   Talking about CSS in particular, graphic designer displays their creativity through
   it. Not only does it give the web designer control over the appearance of the
   web pages but also aids in creating a visual hierarchy through parameters like
   shape, color, space, and size.
 * Refer to this code:
 *     ```
       <!doctype html>
       <html>
         <head>
           <link href="style.css" rel="stylesheet" />
         </head>
         <body>
           <h1>Welcome to InterviewBit!</h1>
           <h2> Learning CSS!</h2>
           <p> Hello World!</p>
         </body>
       </html>
       ```
   
 * Refer this [article](https://www.scaler.com/topics/change-font-color-using-css/)
   to know more

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

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

 * ![](https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.
   png?rev=2478511)
 * [Recent Posts Widget With Thumbnails](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [soniajessica](https://wordpress.org/support/users/soniajessica/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/custom-css-279/#post-15455413)
 * Status: resolved