• I absolutely love this plugin, was exactly what I was looking for. However I seem to just not be able to set the custom css up correctly (and I’ve been working in webdesign for a while ;))

    This is what I’m trying to do (one example, all others seem to not take either), putting this in my themes css file:

    .name-link.sh-show a {
    	color:#000000;
    	font-family:arial;
    	font-size:15px;
    	text-decoration:none;
    }

    This is my shortcode:

    [showhide type=”name” more_text=”+ Name” less_text=”- Name”]
    Randomtexthere
    [/showhide]

    Any help appreciated 🙂

    If it makes any difference: the shortcode is being used within a text-widget, not a post/page

    https://wordpress.org/plugins/wp-showhide/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    The CSS looks correct. Your theme might be over writing the links?

    If you try the default
    [showhide]Press release content goes in here.[/showhide]

    with the following CSS does it work?

    .pressrelease-link.sh-hide A { }
    .pressrelease-link.sh-show A { }

    What is your site URL?

    Thread Starter Simplygloomy

    (@simplygloomy)

    Thank you for the speedy reply!That works….and now so does my original css. I haven’t changed anything. Maybe my server just took a while to realize the css had changed.

    Again – love the plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS not working’ is closed to new replies.