Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #394522

    Hi ! i m been stock trying to put the Tittle in the portfolio in white, without change the main content color.

    i use this code, if there is something else i need to ad?

    .main_color .grid-content {background-color: #381000!important;}
    .grid-entry-title { background: transparent !important; }

    http://awesomescreenshot.com/0f24dzrl0d

    #394569

    Hey luiso!

    Thank you for using our theme.

    Did you find a solution – when going to your site and “projects” I find a white backgrund behind the title (screenshot is black.

    Or do I understand something wrong?

    To make it like screenshot:

    
    .page-id-402 #main .grid-content {
        background-color: #381000 !important;
    }
    
    .page-id-402 #main .grid-content .grid-entry-title {
        background: none repeat scroll 0 0 transparent !important;
        color: white !important;
    }
    

    Cheers!
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.