• Resolved communitysu

    (@communitysu)


    Good Morning.
    I wish I could delete the site under the title because I will not do serve title. It is included in the header image.
    I am newbie in wordpress, so I would appreciate simple explanation (For Fools: O))
    Thank You

    https://tajudemsbd.esy.es/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Steve

    (@seekerabroad)

    Hi,

    If you supplied a link to your site we could help you much more efficiently.

    Regards,

    Steve.

    Theme Author Ovidiu Nicolae

    (@ovinic)

    Hi communitysu,

    are you referring to the site description (tagline) by any chances? If that’s the case, you can easily hide it via the the theme customizer from WordPress: under the Site Title & Tagline uncheck the box for display header text as seen here: https://www.dropbox.com/s/gokvdhtc9wxy96f/radium.jpg?dl=0

    I highlighted the option in the screenshot above. Please let me know if this solved your problem.

    If however you don’t want any title/logo to be shown by not entering a site title, you must modify your theme’s style.css (or upload a transparent png as your logo).
    On line 821, modify the rule for .site-title a to look like this:

    .site-title a {
    	border-bottom: none;
    	border: none;
    	color: #fff;
    	font-weight: normal;
    	letter-spacing: 4px;
    	line-height: 1;
    	padding: 0 10px;
    	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    	text-transform: uppercase;
    }

    Please let me know if this solved your problem,

    Thread Starter communitysu

    (@communitysu)

    Thank you very much,
    Changing the code Site Tittle gone white frame.
    regards
    Susanna

    Theme Author Ovidiu Nicolae

    (@ovinic)

    You’re very welcome, Sussana. Glad that I could help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘delete site title’ is closed to new replies.