How do you change your site title which shows up on tabs?
Hi Amylong !
To change the site title in the DW Page, You can log in to Dashboard > Appearance > Customize > Site Title & Tagline
See the screenshot:
Thank you! But how do I stop it from showing up in the top right hand corner of the screen? I just want it to show up in the tabs. 🙂
Thank you!
Hi Amylong !
Please add the following code to the Custom Code > Header Code
Unfortunately, it looks like the name is still poping up in the top portion of our site: http://www.twoshepsthatpass.com/wordpress.
Dear @amylong7
Kindly change the code provided by Dominic with the followingÂ
.navbar .site-title {
width: 230px;
}
It should solve the issue, hopefully!
And in case you didn’t want the site title to appear at all, then use the following code:
.navbar .site-title {
display: none;
}
@Guru ! Thanks for your help.
Dear @amylong7.
I think you have resolved the issue with the solution by Guru provided.
Please login or Register to submit your answer