Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001573
    Becky Zingler
    Participant

    I am trying to change the color including the title on the pages that display when you click on a item from the Gallery. I would also like to include the picture in the same background.

    url: http://futurewooddev.johnsontimber.com/

    Thanks for your help.

    #1001808
    Rahul
    Moderator

    Hi there,

    Thanks for writing in. Can you please provide a link to the exact page where you’re looking to make this change?

    #1002027
    Becky Zingler
    Participant

    Here is the link to one of the exact pages: http://futurewooddev.johnsontimber.com/wisconsin/mike-schlafke/attachment/mike_schlafke/

    There are several in the gallery and all have the same issue.
    Thanks for your help.

    #1002483
    Friech
    Moderator

    Hi There,

    I see that you added this inline css on the text element

    background-color: #fff;
    box-shadow: 0 0 20px #404A09!important; 
    padding: 7%;

    Please apply it on the content container instead, you can add this under Custom > CSS in the Customizer.

    .single-attachment .entry-content {
    	background-color: #fff;
    	 box-shadow: 0 0 20px #404A09!important; 
    	padding: 7%;
    }

    And this to change the title color.

    .single-attachment .entry-title {
    	color: blue;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1001573 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>