• Resolved JGPhotog

    (@jgphotog)


    Hello,
    I would like to adjust the size/color of my subtitles. I think I found a few posts in here that I can modify the content of to get it how I want it, but I’m not sure where the current CSS is in the backend of prophoto, which is the theme I am using. I was searching for current CSS from the plugin- maybe there isn’t any by default and I need to just add it in? I am not well versed in HTML or CSS at all!
    Thank you so much- this is a great plugin and I was so pleased by how easily it worked!

    https://www.ads-software.com/plugins/subtitles/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there,

    I’m not sure about where you should put the custom CSS, but if you are using Jetpack there’s a custom CSS module that allows you to easily add custom CSS into your site. It really depends on you though. If you have a child theme, you can put the custom CSS there. If you have Jetpack, you can put the CSS there.

    You can easily change the look and feel of subtitles by using these selectors.

    Cheers,
    Philip

    Thread Starter JGPhotog

    (@jgphotog)

    Hi Philip,
    I have Jetpack and am working on figuring out where to add it in there. Where can I find the code that I will need to put in for that? Would I be looking at other “style change” posts here? Thank you so much!

    Thread Starter JGPhotog

    (@jgphotog)

    I see this code from another thread:
    span.entry-subtitle { font-size: 40px !important; }

    What would I have to do to modify the color as well?

    Thank you!

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    HI there,

    Try this:

    span.entry-subtitle { color: red !important; }

    Cheers,
    Philip

    Thread Starter JGPhotog

    (@jgphotog)

    Thank you so much! Can I ask one more? How can I give it a little distance from my title? I would like it to be a little lower than it is currently. Thank you!!!

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Try something like padding-top: 5px; in that same rule block. Let me know how it goes.

    Cheers,
    Philip

    Thread Starter JGPhotog

    (@jgphotog)

    It worked! Thank you so much!

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Great! Please leave me a review when you get a chance. Glad it worked out well for you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Where does custom code go in Prophoto?’ is closed to new replies.