Okay
  Public Ticket #3546499
Would like to customize appearance of single post
Closed

Comments

  •  1
    jeanerich started the conversation

    Hello,

    We are almost done rebranding our client's old Wordpress, however, they migrated nearly 1,000 articles in multiple languages, and the visuals on the old site were horrible. We tried to manually update some of the newest articles but it is tedious. 
    Is there a way we could have a different layout where for instance, we don't show the image at the top or it would not be layered with the title and meta data on top?  
    Can we even do a totally custom layout?


    Thank you

  •  8,454
    Tahir replied

    Hey Again,

    The easiest way is to hide the image from the Page Header using the CSS below. There are ways to edit the Single Post PHP templates as well if needed.

    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 .page-header-bg-image {
        background: none !important;
    

    Thanks.


    ThemeNectar Support Team