Tagged: logo, site title
- This topic has 8 replies, 4 voices, and was last updated 8 years, 2 months ago by clizana915.
-
AuthorPosts
-
February 1, 2016 at 4:08 am #84261akeyworthMember
Hi,
My site is temporarily located at http://e79.6b9.myftpupload.com/, while I build it.
About the only major piece I have left to do is to make it so the site always displays the Site Title (possibly the Tagline) and the Logo. I hadn’t realized that they only appear when the link for the Search bar is clicked.
Is there a good, recognized way (ie, custom CSS entry) to make the Site Title and Logo always appear at the site top, in a way that displays both on desktop and mobile viewports?
Thank you.
February 3, 2016 at 11:33 pm #84566SakinKeymaster@akeyworth: This option is there only in Pro version. In free theme, try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { display: block !important; opacity: 1 !important; }
February 9, 2016 at 4:53 am #84991akeyworthMemberApologies for the delay in responding; I didn’t see an email. Thank you; your suggestion helps, but on closer examination the always-open masthead doesn’t make for a please user experience in either desktop or mobile view. I may just end up looking for a new template or purchasing the Pro version.
Thank you again,
Andy Keyworth
March 16, 2016 at 8:08 am #87580JEmma2314MemberI used this solution and it works, however how can I freeze it to the top so the header doesn’t follow as you scroll down the page. I just want it to be fixed to the top if possible. I am using the free version.
March 16, 2016 at 7:52 pm #87632SakinKeymaster@JEmma2314: Can you post in your site URL and then let me check in.
June 19, 2016 at 11:28 pm #93864clizana915ParticipantHi, Please advise on the following:
1. Freeze the title at the top so when the end user scrolls down the webpage the title does not follow.
2. Since I made the site always displays the Site Title and removed the search feature there is no need for the icon in the top right of my nav bar (used to click for title, tagline, and logo to appear). How can I remove the icon in the top right of my nav bar?Thank you
June 20, 2016 at 6:50 pm #93942clizana915ParticipantSite url: http://bellawebdesignstest.com/
June 20, 2016 at 11:45 pm #93970SakinKeymaster@clizana915:
1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:.site { padding-top: 0; } #fixed-header { position: relative; }
2. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-toggle { display: none; }
July 1, 2016 at 6:29 am #94512clizana915ParticipantThank you!
-
AuthorPosts
- The topic ‘Want to always display Site Title, Tagline, and Logo’ is closed to new replies.