Changing Post Styles?

Support Area Forums Photobug Changing Post Styles?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: cpcanadians.freedomphotography.ca
  • Author
    Posts
  • #18131
    Michael Gauthier
    Participant

    Hi – is there any way (sorry if I am missing the obvious) to change font styles and colors for the Post pages? I see the theme styling options, but it does not seem to affect Post pages. Thanks. Michael G

    #18138
    Bill Robbins
    Moderator

    Good Morning Michael,

    Thank you for your business first of all. Great question too. There isn’t a built in control to change those, but you can still change the color and fonts there. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #content {
      	color: #ffffff;
      }
      
      #sidebar {
      	color: #ffffff;
      }
      

      The top style there will set the color in the left hand column. Just change the #ffffff (white) to the color code you'd like to use. The second style there will change the sidebar color.

    3. Update your settings.

    There is a setting in the theme options to choose a link color. Once you select that, it will change the other text colors in your content and widgets.


    For adding in new fonts, I would try the WP Google Fonts plugin. It lets you add in fonts from Google's list.

    If you have any questions or trouble, just let me know.

    Thanks,
    Bill

    #18176
    Michael Gauthier
    Participant

    Thanks Bill – appreciate the detailed answer. Mike G

    #18180
    Bill Robbins
    Moderator

    Anytime Mike. If I can help with anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Post Styles?’ is closed to new replies.