I designed a custom wallpaper for the hero-section of the website with the logo placed in the center. Because of this, I won't need the logo on the top left anymore. Neither do I need the title of the website or anything. I would like the top left to be empty. I don't seem to find the option to accomplish that.. Maybe with CSS?
Hello,
I designed a custom wallpaper for the hero-section of the website with the logo placed in the center. Because of this, I won't need the logo on the top left anymore. Neither do I need the title of the website or anything. I would like the top left to be empty. I don't seem to find the option to accomplish that.. Maybe with CSS?
Hi Robey,
Add the following custom css in Salient > General settings > CSS/Script related:
#header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent.dark-slide #logo .starting-logo.dark-version { display: none; }Hope this helps.
Thanks Andrew this worked as a charm :)