How do you make Blog Name Transparent

hello Prasant thanks for your prompt response. i ve inserted the background images successfully. Now, how do i make my blog name transparent for the background image to show more?

Hi @Karogo,

Thanks for writing in.

Would you mind sharing us a screen shot of the text that you want to change in transparent.

Usually this code below will change all your header into transparent:

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
    color: #ffffff24;
}

Hope it helps.

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.