This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #94451
     grigrichters
    Participant

    Hi, on the portfolio page, I need some code to put a black background and white text colour behind the “related” items on the bottom of the portfolio page. Please see attachment. thanks, Grig

    Attachments:
    You must be logged in to view attached files.
    #94587
     Radu
    Moderator

    Hi,

    Add this css to your theme options -> wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    div#jp-relatedposts {
        background: #1C1C1C;
        margin: 0;
        color:#fff; !important
    }
    
    
    .sharedaddy.sd-sharing-enabled {
        background-color: #1C1C1C;
        color: #FFF !important;
    }
    
    .sd-content ul {margin:0 !important;}
    
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    
        opacity:1 !important;
    }
    
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94695
     grigrichters
    Participant

    Thanks! It may be easier to keep the default background colour of white across the site and only make the background transparent on the homepage since that’s the only place where I don’t want a background color. What’s the code to make the container color transparent, please? thanks, Grig

    #94880
     Radu
    Moderator

    Hi,

    Please provide a screenshot that pointing out that container.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94925
     grigrichters
    Participant

    thanks. it’s a general issue on the theme. look at the homepage: http://asteroidday.wpengine.com the containers need to be transparent. I am using revolution sliders and the background is an image. all other pages on the site need a white or black container background like this one: http://asteroidday.wpengine.com/signatories-list/ thanks, grig

    #95122
     Radu
    Moderator

    Hi,

    I don’t really understand, please provide screenshots that pointing out the container with explicative notes.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?