Title: styling css
Last modified: April 1, 2023

---

# styling css

 *  Resolved [kai](https://wordpress.org/support/users/iturtle/)
 * (@iturtle)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/styling-css-4/)
 * hi there,
 * i would like to remove the underline from the h2 text and tried this:
 * .gpsc–product-image h2 { font-size: 11px; text-align: left; font-weight: bold;
   text-decoration: none !important; }
 * this changes text-size, alignment and weight but has no effect on the text-decoration.
 * the typography options are all off. i dont want google fonts on the website.
 * could you please help?
 * thanks a lot! kai
    -  This topic was modified 3 years, 1 month ago by [kai](https://wordpress.org/support/users/iturtle/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-css-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Pluginic](https://wordpress.org/support/users/wpqode/)
 * (@wpqode)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/styling-css-4/#post-16617940)
 * Hello [@iturtle](https://wordpress.org/support/users/iturtle/),
 * Your CSS code is correct, just need a little change on selector 👇
 *     ```wp-block-code
       #gpsc--upsell .gpsc--product-image a {
           text-decoration: none !important;
       }
       #gpsc--upsell .gpsc--product-image a h2 {
           font-size: 11px;
           font-weight: bold;
           text-align: left;
       }
       ```
   
 * _Note : The font weight is already in bold. If you need more bolder, just use
   bolder_ :
 *     ```wp-block-code
       font-weight: bolder;
       ```
   
 * We are thrilled to receive your web page link! 😃 Thank you so much for sharing
   it with us. If you need any further customization, please don’t hesitate to provide
   us with detailed information. Our team is always here to assist you happily! 
   😍
 * Best regards,
   The Pluginic Team
    -  This reply was modified 3 years, 1 month ago by [Pluginic](https://wordpress.org/support/users/wpqode/).
 *  Thread Starter [kai](https://wordpress.org/support/users/iturtle/)
 * (@iturtle)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/styling-css-4/#post-16814816)
 * dear pluginic team,
 * thanks so much for the perfectly working css code! that was a great help!
 * best wishes, kai
 *  Plugin Author [WP Forhad](https://wordpress.org/support/users/frohadpro/)
 * (@frohadpro)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/styling-css-4/#post-16815005)
 * Dear Kai,
 * Thank you for your kind words and appreciation for the CSS code provided. We 
   are glad that it worked perfectly for you. Your feedback is valuable to us, and
   we are always here to assist you with any further customization you may need.
 * We want to bring to your attention that we noticed a one-star review from you
   on our plugin. We understand that sometimes frustrations can arise, and we apologize
   if there was any inconvenience caused. We kindly request you to consider revising
   your review, as we are dedicated to providing quality support and continuously
   adding value to the WordPress community.
 * We appreciate your understanding and support, and we want to assure you that 
   our team is committed to assisting you and addressing any concerns you may have.
   If there’s anything else we can assist you with or if you have any further questions,
   please feel free to reach out to us.
 * Thank you for being a part of the Pluginic community, and we wish you the best
   in your endeavors.
 * ​Have a great day!
 *  Thread Starter [kai](https://wordpress.org/support/users/iturtle/)
 * (@iturtle)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/styling-css-4/#post-16815203)
 * dear [@frohadpro](https://wordpress.org/support/users/frohadpro/) ,
 * thanks for your kind reply and i can see you do look into this forum regularly
   now 😉 i was really really frustrated when i first contacted you and got no sign
   of life for weeks. even with direct mails.
 * so already changed my rating from the first review and looking forward to you
   reply to the “style-tag” question.
 * best wishes, kai

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

The topic ‘styling css’ is closed to new replies.

 * ![](https://ps.w.org/product-slider-carousel/assets/icon-128x128.gif?rev=2822064)
 * [FancyProduct — Product Carousel, Slider, Gallery & Grid for WooCommerce](https://wordpress.org/plugins/product-slider-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-slider-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-slider-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/product-slider-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-slider-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-slider-carousel/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [kai](https://wordpress.org/support/users/iturtle/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/styling-css-4/#post-16815203)
 * Status: resolved