Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    First look at the settings page
    Photo Albums -> Settings -> Layout -> V: Fonts

    If you can not do there what you want, you can use class .wppa-name-desc

    Styles set there will be effective on all slideshows.

    If you want to change it on the widget only, you can specify the widget area,
    in most themes probably aside, so you getsomething like this:

    aside .wppa-name-desc {
    	color: red;
    }

    If you give me a live link rather than a screenshot, i can be more specific.

    If you open the browser console you can see the tags and their names and classes and find out it quite easy yourself

    Example in firefox, rightclick on an element and click on the inspect item of the context menu.

    Hope this helps

    Thread Starter demonboy

    (@demonboy)

    Hi Jacob, thanks again for this, it’s much appreciated. Unfortunately, I can’t give you access to the pages as it’s a private website.

    I’ve always had a problem with Inspector, but that’s just user error so I’ll continue to play with it.

    I have another question but it’s separate from this so I’ll start a new post. Thank you for your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to style text in slideshow widget’ is closed to new replies.