• Resolved mooapo

    (@mooapo)


    Hi, how are you doing?
    I was hoping someone could help me out with an issue in respect to the WordPress Theme ‘ Shades Of Gray ‘.

    I have placed a Logo with it’s Header, but still the Site Description can be seen. I need to know how to remove that. Can anyone help me out with that?

    Thank You…

Viewing 11 replies - 1 through 11 (of 11 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter mooapo

    (@mooapo)

    Hello Esmi, how are you? Actually, I have my site in Maintenance Mode, so know wone will be able to see it. That is the down side….

    Unless we can see the theme, we can’t really help. all I can suggest is that you try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Also, you should consider whether you should be creating a child theme for your customisations.

    Thread Starter mooapo

    (@mooapo)

    Esmi, I know html and css….. I was thinking I had to do something with the heade.php….. But your saying CSS…..

    Yes – you can probably hide the site description text using CSS.

    Thread Starter mooapo

    (@mooapo)

    /* css */

    Is this what your thinking?

    No. Try positioning the site title off the page using position:absolute; and negative top & left dimensions.

    Thread Starter mooapo

    (@mooapo)

    Is there anyway I can give you access to my word press? That way you can check it out?

    remove the maintenance mode and post a link to your site.

    if you know css and html, it should not be too complicated for you to find the css selectors of the site description, and to use one of the ways to hide it: ‘visibility:hidden;’ or ‘display:none;’ or ‘text-indent: -9999px;’ or so.

    I think the selector called #siteTitle

    as alchymyth said it, use the display: none; and it will sort your issue.

    I think the selector called h1#siteTitle

    as alchymyth said it, use the display: none; and it will sort your issue.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove Site Description ( Shades Of Gray ) Theme’ is closed to new replies.