chrismartel
Member
Posted 8 months ago #
Hello,
I am using the state press theme. I went into header.php and added code for my logo. I want to remove the title and tagline text but still have it show up in the tab. I have tried adding some code to the stylesheet but it didnt work. My website is http://www.perkcoffeebar.com
Try adding this to the end of style.css:
div.post-block div.post-title { display: none; }
chrismartel
Member
Posted 8 months ago #
Sorry, I misread the request.
If you are talking about the text 'Coffee Bar + Cafe', that is part of the logo image, so cannot be altered by CSS.
The word 'Perk' to the right of the logo does not have a unique class or id, so it also cannot be changed by CSS (AFAIK).
chrismartel
Member
Posted 8 months ago #
THe text in the header near the logo was added under Settings in the wp admin panel. I added the logo in header.php. I just can't figure out how to have a site title in the browser tab without having that text there.
The theme code will probably need to be modified. Since you are using a paid theme and I can't download the code to examine it, you should ask the theme supplier.