Title: CSS Changes Not Applying on WordPress
Last modified: September 16, 2024

---

# CSS Changes Not Applying on WordPress

 *  Resolved [solpan34](https://wordpress.org/support/users/solpan34/)
 * (@solpan34)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-changes-not-applying-on-wordpress/)
 * Dear Support Team,
 * I’m sending a message here because support never answered me, I think I might
   have more luck here 😅
 * I am experiencing an issue with modifying the border-radius of elements within
   a Google review widget on my WordPress site. I have tested the changes through
   the Chrome Developer Console, and they work perfectly as intended (please see
   the attached screenshot for reference).
 * ![](https://i0.wp.com/www.image-heberg.fr/files/17264780682756097149.jpg?ssl=
   1)
 * However, when I attempt to apply the same CSS changes through WordPress (via 
   the Customizer > Additional CSS section or the style.css file of my child theme),
   the styles do not reflect on the live site. Here is the CSS code I am trying 
   to implement:
 * `.ti-widget.ti-goog .ti-review-item > .ti-inner, .ti-widget.ti-goog .ti-load-
   more-reviews-container .ti-load-more-reviews-button { `
 * `border-radius: 25px !important; }`
 * I have also cleared all caches (both site and browser), tested different methods(
   including adding the CSS through a plugin), and verified that the styles are 
   not being overridden by other rules. Despite these efforts, the styles still 
   do not apply correctly.
 * Could you please help me identify why these CSS changes are not being recognized
   when added through WordPress? I am looking for guidance on what might be causing
   this conflict and how to ensure that the styles are loaded correctly.
 * Thank you in advance for your assistance. I look forward to your response.
 * Best regards,

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

 *  Plugin Support [Laca](https://wordpress.org/support/users/lacadev/)
 * (@lacadev)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-changes-not-applying-on-wordpress/#post-18017182)
 * Dear [@solpan34](https://wordpress.org/support/users/solpan34/) ,
 * Thank you for your message, and we apologize for the delay in getting back to
   you. Typically, resolving such technical issues falls under the scope of your
   webmaster, but we’re happy to assist with the CSS modification you’re trying 
   to implement.
 * To increase the specificity of the CSS selectors, you can prepend `div` to the
   beginning of the selector chain, which may help override the widget’s default
   styles. Please try the following:
 * `div.ti-widget.ti-goog .ti-review-item > .ti-inner { border-radius: 25px !important;}`
 * This should override the widget’s settings and apply the desired changes.
 * Additionally, we recommend checking out our PRO plugin, which includes a fantastic
   editor that makes it easy to customize widgets to your needs.
 * We hope this helps resolve the issue! If you have any further questions, don’t
   hesitate to reach out.
 * Best regards,
   LacaTrustindex Support Team
 *  Thread Starter [solpan34](https://wordpress.org/support/users/solpan34/)
 * (@solpan34)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-changes-not-applying-on-wordpress/#post-18017200)
 * Hello Laca,
 * Thank you very much for your quick response.
 * Indeed, it works! I hadn’t gone far enough into my CSS.
 * Best regards,
 *  Plugin Support [liditrudex](https://wordpress.org/support/users/liditrudex/)
 * (@liditrudex)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-changes-not-applying-on-wordpress/#post-18017812)
 * Thanks for the update!
 * Let us know if you need further help!

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

The topic ‘CSS Changes Not Applying on WordPress’ is closed to new replies.

 * ![](https://ps.w.org/wp-reviews-plugin-for-google/assets/icon-256x256.png?rev
   =2721569)
 * [Widgets for Google Reviews](https://wordpress.org/plugins/wp-reviews-plugin-for-google/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-reviews-plugin-for-google/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [liditrudex](https://wordpress.org/support/users/liditrudex/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/css-changes-not-applying-on-wordpress/#post-18017812)
 * Status: resolved