something changed…

Support Area Forums Live something changed…

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://cotroc.org/newsite/category/ministries/
  • Author
    Posts
  • #17828
    Micah Hensley
    Participant

    and not sure what. the white bar you see on the page appeared and my featured images disappeared!

    #17829
    Bill Robbins
    Moderator

    Hey Micah,

    The “post meta” row there does have a background applied to it. It’s a nearly white gray color. You can change it if you’d like to. 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:
      
      .post-meta {
      	background: transparent;
      }
      
    3. Update your settings.

    That will make it have a transparent background color. See if that doesn't do the trick for you.

    Bill

    #17830
    Micah Hensley
    Participant

    none of that was supposed to be visable it wasnt before! and we had the featured images that were showing with each but now arent

    #17831
    Micah Hensley
    Participant

    you had had meplace this
    .ministries p.post-meta { display: none; }
    in my custom css before and itsstill there yet it started displaying it again

    #17832
    Bill Robbins
    Moderator

    You’ll need to adjust this snippet:

    
    .ministries p.post-meta { display: none; }
    

    to this:

    
    .category-ministries p.post-meta { display: none; }
    

    to hide it this time around.

    To display the featured images, you’ll need to make sure each post is set to use the image “format.” That will give the theme the cue to have the featured image be visible above the post title.

    Let me know if that doesn’t work for you,
    Bill

    #17833
    Micah Hensley
    Participant

    that did it Bill! I appreciate it! I may have to hit back at ya again as i’m trying to customize this a little…not the most experienced…just enough to mess something up 😉 ha ha.

    Thanks!!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘something changed…’ is closed to new replies.