• Closed
  • Diana N
    Spectator
    October 6, 2014 at 5:10 pm #13181

    Hi,

    I have my homepage to show 1 post as a featured post from the featured category.  The title is under the featured image and is globally set to the link property so when I have the link set to white so that the homepage featured title will  show on our background, then all the links in the post content are white too and invisible of  course.

    What I want to do is  connect the featured category featured image and title together so that there is a white background.  Then I can keep the link css property to a darker color.  There also needs to be some left padding or margin left and right so that the title is not slammed against the edge.

    I tried using a div or span to make a custom css on the page (HOME), but it didn’t work.  Can you help me with this?

    Here is our site:

    http://oregonoptimist.com

    Roman
    Spectator
    Posts: 3147
    October 7, 2014 at 10:25 am #13186

    what about try this in the Custom CSS:

    .home article .col h3 a {background:#fff;color:#333!important;}
    .home article .col h3 {margin:0;padding:20px;}

    Diana N
    Spectator
    Posts: 45
    October 8, 2014 at 12:23 am #13188

    Darn, didn’t work Roman………any other suggestions?

    Alok Maheshwari
    Spectator
    Posts: 303
    October 8, 2014 at 3:31 am #13189

    I see the text as white in the homepage and black in the post content. Isn’t this what you are looking for?

    Diana N
    Spectator
    Posts: 45
    October 20, 2014 at 12:16 am #13272

    Hi Roman and Alok,

    No, I would like the title to be in a box like the image I attached, black font and mouseover link color a medium gray.  In the post content for a work a round I told the authors to add a color to all their links till I can get the featured post title separated out with it’s own special css like below.

    Maybe it is a boxed around the whole image and title so that they look attached to each other.

    Thank you for you help………..

    Roman
    Spectator
    Posts: 3147
    October 21, 2014 at 7:55 pm #13291

    I have done some changes through Custom CSS…let me know if it’s ok now

    Diana N
    Spectator
    Posts: 45
    October 21, 2014 at 11:16 pm #13299

    WOW, your are incredible…………exactly what I needed.

    Thank you so much Roman