How could i remove background of my title

  • Unknown's avatar

    my page adnan345.wordpress.com have title mohammad adnan
    how can i remove black background round about my titel???

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @adnan345.

    You can remove the black background by adding css code. If you want to add css code you need Custom Design feature which is part of Premium or Business plan.

    Once you’ve upgraded your account into Premium or Business plan you can add the css code by accessing My Sites → Customize → CSS, then put this css code:

    .site-branding{
      background: none;
    }
    /* The code below to change the text color into black */
    .site-title a,
    .site-description{
      color: #1d1d1d;
    }

    Let me know if you need anything else.

  • The topic ‘How could i remove background of my title’ is closed to new replies.