• Resolved Deranged_Dev

    (@deranged_dev)


    my site: https://www.indiamuscle.com/

    First problem:
    screenshot: https://prntscr.com/pcfu50

    Every letter is capitalized but I would like to keep only first letter capitalized. I tried this css code I copied from another thread:
    .wtpsw-post-grid.design-1 .wtpsw-post-title a{ text-transform:capitalize !important; }
    But it didn’t work for me.

    Second problem:
    sccreenshot: https://prntscr.com/pcfuvi

    I would like to hide the number of visits etc. as I already have a bunch of social buttons and things at the bottom. Will not use “display:none” css as I read that Google dislikes that.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Rafik

    (@rafikwp)

    Hello,

    Please go to Admin Panel->Appearance->Customize->Additional CSS add below CSS in “Additional CSS”

    .wtpsw-post-thumb-right h6 a.wtpsw-post-title { text-transform: capitalize; }

    This is https://prnt.sc/pcfuvi, not our plugin part.

    Thanks

    Thread Starter Deranged_Dev

    (@deranged_dev)

    Thank you Rafik, that worked perfectly! Solved!

    • This reply was modified 5 years, 1 month ago by Deranged_Dev.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Couple of questions/problems’ is closed to new replies.