amylong7
asked 10 years ago

How do you change your site title which shows up on tabs?

4 Answers
DominicStaff
answered 10 years ago

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:

amylong7
replied 10 years ago

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!

Dominic Staff
replied 10 years ago

Hi Amylong !
Please add the following code to the Custom Code > Header Code

amylong7
answered 10 years ago

Unfortunately, it looks like the name is still poping up in the top portion of our site: http://www.twoshepsthatpass.com/wordpress.
 
 

Guru
answered 10 years ago

Dear @amylong7
Kindly change the code provided by Dominic with the following 
.navbar .site-title {
width: 230px;
}
It should solve the issue, hopefully!
 

Guru Ghantaal
replied 10 years ago

And in case you didn’t want the site title to appear at all, then use the following code:

.navbar .site-title {
display: none;
}

DominicStaff
answered 10 years ago

@Guru ! Thanks for your help.
Dear @amylong7.
I think you have resolved the issue with the solution by Guru provided.

Powered by DW Question & Answer Pro