• Resolved andrew55

    (@andrew55)


    Is there a method to setting product title and more title to different font colors? I’ve tried adding custom css in plugin settings, using my own css in theme file (with !important;) and I still can’t seem to get these text colors different.

    Since the last update, it seems like “Font colour” in plugin settings overrides all other css. Thanks for any suggestions.

    BTW – keep up the great work. It’s nice to see the plugin is updated and improving.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author subhansanjaya

    (@subhansanjaya)

    @andrew55 Please try the following css. FYI, There is a textarea on the settings of the slider where you can add css without editing the files. Please let me know if you have any questions. Thank you.

    /* Product title */
    #wa_wps_slider_title1719 a {
    color: #ccc !important;
    }
    
    /* product read more text */
    #wa_wps_more1719 a {
    color: #000 !important;
    }
    Thread Starter andrew55

    (@andrew55)

    Works great! Thank you.

    Plugin Author subhansanjaya

    (@subhansanjaya)

    @andrew55 If you like the plugin, I’d truly appreciate it if you can give it a rate when you have time.

    Thread Starter andrew55

    (@andrew55)

    subhansanjaya – already did, about a year ago. If I could rate it again and give it 5 stars, I would!

    Plugin Author subhansanjaya

    (@subhansanjaya)

    @andrew55 Thank you very much, Sir.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘title and more link text color’ is closed to new replies.