• Resolved kai

    (@iturtle)


    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 1 year, 8 months ago by kai.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pluginic

    (@wpqode)

    Hello @iturtle,

    Your CSS code is correct, just need a little change on selector ??

    #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 :

    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 1 year, 8 months ago by Pluginic.
    Thread Starter kai

    (@iturtle)

    dear pluginic team,

    thanks so much for the perfectly working css code! that was a great help!

    best wishes, kai

    Plugin Author WP Forhad

    (@frohadpro)

    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

    (@iturtle)

    dear @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.