Okay
  Public Ticket #2616417
Post layout
Closed

Comments

  • BenGardiner started the conversation

    2 questions:

    1. Is it possible to have the featured image above the title?
    2. Is it possible to have a different background colour for the logo and navigation header on blog posts only?

    Thanks

  •  8,849
    Tahir replied

    Hey BenGardiner ,

    1. Unfortunatley its not possible at the moment.

    2. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-post div#header-outer {
        background-color: #29476b;
    }

    Thanks


    ThemeNectar Support Team 

  • BenGardiner replied

    Thanks Tahir