• unicorndesignaus

    (@unicorndesignaus)


    Hi! I’ve been looking in the source code to find this – I did find and remove the code that hid the header image on the static front page – but I can’t find the site identity code to remove it. As you can see its covering the header image and looks pretty gross.

    I will keep looking for the time being tho.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themespride

    (@themespride)

    Hello,

    For your above-given query, you can hide the site identity by giving the following CSS in Additional CSS

    >> Goto Dashboard >> Goto Appearance >> Goto customize >> Goto Additional CSS >> Right your CSS code >> Publish

    .logo{
    display: None;
    }

    From the above procedure, you are able to hide the site identity from the theme.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Site Identity’ is closed to new replies.