Making Tagline visible next to homepage logo
-
Hello,
We would like to make our Tagline (found in Appearance, Customize etc.) visible to the right of our homepage logo.
Please have someone be in touch who can help us with this.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi, let’s start with this and see what you think.
.site-description { clip: initial; position: inherit; float: right; font-size: 120%; color: #000; margin-top: 30px; } -
Hello,
Thank you. I am not that familiar with html language but do you mean that we should enter this somewhere in the same area Appearance, Customize etc.
If you can clarify, and we will try this.
-
Hi, and sorry. You would go to Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.
-
-
You just need to add one line to the code you already have so that it looks like this:
.site-description { clip: initial; position: inherit; float: right; font-size: 120%; color: #000; margin-top: 50px; font-style: italic; } -
- The topic ‘Making Tagline visible next to homepage logo’ is closed to new replies.