Modify 'Header Text' area
- The topic ‘Modify 'Header Text' area’ is closed to new replies.
Need help? Check out our Support site, then
I noticed on other sites that the logo area is circle. How can I do this with my site? As well how can I insert a graphic into this space? I was looking to the logo area to be like this:
(Logo)
Green River Yoga
COMPANY
The blog I need help with is: (visible only to logged in users)
Hi,
theme on WordPress.com has site title and tagline in a rectangle, like u can see in the theme demo: https://sweetlifedemo.wordpress.com/
Inside the Customize > Site Title, Tagline and Logo you’ll need to fill this. Site title and tagline will be on the left and logo on the right, this is how the theme is coded.
You can use this to make the site title and tagline area as a circle, but i’ll not recommend as you’ll need to adapt more things, for the responsive design etc:
#site-title {
padding: 30px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
All the best,
Ana