colinear header
-
Hi,
is it possible in colinear to put the name of website on the header photo instead of putting it in “Site Identity” ?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
You could make use of some custom CSS to achieve what you’re after.
In case you’re not familiar with CSS: It’s a coding language that’s used across the web to change the appearance of websites. Here at WordPress.com, it’s possible to add custom CSS to override certain design elements of themes.
Add the following snippet via the CSS panel of the WordPress.com Customizer in order to move your site’s title over its header image:
.site-title { position: absolute; text-align: center; width: 100%; top: 150px; } #masthead { position: relative; }Increase/decrease the value of top in order to increase/decrease the distance the title sits from the top of the page. Make sure to test your changes across multiple devices if you do experiment. :)
Let me know if that helps out or if you have any extra questions.
-
-
-
Hello
I had a similar question, however I have no clue of CSS
Can you please help me to remove the carrot picture from the top ? I would like to choose another one. Or maybe you can tell me the pixel dimensions for me upload my own picture and how to upload itThankyou
theglobalindianblog.com -
You can remove or change the header image via the Header Image panel of the WordPress.com Customizer.
Colinear recommends a custom header image that is 1188px wide by 240px high. (You can view this recommendation, along with others, by scrolling to the bottom of the theme’s documentation.)
If you have any extra questions surrounding your site, please start a new thread on this forum. You can do that here:
https://en.forums.wordpress.com/forum/themes#postform
It’s easier for us to keep track of different questions if they’re kept to separate threads and also prevents the original poster from receiving unnecessary email notifications.
Thanks!
- The topic ‘colinear header’ is closed to new replies.