Replace Site title with own image
-
On argent theme, it will insert the text with the box around it and i would like to replace that with a modified version of that which is currently in my media folder called “wordpress logo”
The blog I need help with is: (visible only to logged in users)
-
Hi there, we can do this. Add the following to your custom CSS.
.site-branding .site-title { background-color: rgba(255, 255, 255, 0.15); background: url('https://dvtemp.files.wordpress.com/2015/08/wordpress-logo.jpg') no-repeat center center; color: rgba(0, 0, 0, 0); border: none; line-height: 86px; width: 100%; } -
Hi,
Where is this CSS code added to? I tried it in the style.css of the child theme but that made no difference.
Thanks,
Shane -
-
Hi Shane
To add custom CSS to a WordPress.com site:
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
-
Shane, you mention Child Theme. Is your site by chance self-hosted?
Also, this thread is about the Argent theme and CSS is theme specific. If you are talking about a site hosted here at WordPress.com, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Replace Site title with own image’ is closed to new replies.