• Resolved mstarks01

    (@mstarks01)


    First, love the plugin. Thanks for making this available!

    I have a question about CSS. I have two text widgets using the shortcodes. I would like to change the CSS on only one of them.

    Example here: https://www.issafortworth.org. Basically, I want the 1st box to look like the 3rd (blog), so that the center one stands out a bit more.

    How would I go about doing this? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hey @mstarks01!

    I made a video that might help on ways to find out the classes/IDs you can use to change what you want:

    but looking at your page, you should be able to add rules with #text-19 ie.

    #text-19 .entry-title { font-weight: normal; }

    You can also try wrapping your shortcodes in a div with an ID you can use to target that particular widget.

    Hope that helps!

    • This reply was modified 8 years, 9 months ago by Brian Hogg.
    Thread Starter mstarks01

    (@mstarks01)

    Perfect! Thanks so much.

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

The topic ‘Widget-independent CSS’ is closed to new replies.