Comments OKaME started the conversationJuly 18, 2022 at 5:50amHI.About Google adsense banner in the text, I would like to change the settings. please check attached file.1: I want to put more space between texts and AD.2: I want to put the words which is saying "below is AD" above AD. 2,610PenciDesign repliedJuly 18, 2022 at 6:13amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .google-auto-placed { margin-top: 30px; margin-bottom: 30px;}.google-auto-placed:before { content: 'below is AD'; display: block; text-align: center; margin-bottom: 15px;}Regards,PenciDesign.1 LikeOKaME repliedJuly 18, 2022 at 8:12amThanks it works!how can I change the text color? 2,610PenciDesign repliedJuly 18, 2022 at 8:14amHi,Please modify the CSS code like this: .google-auto-placed:before { content: 'below is AD'; display: block; text-align: center; margin-bottom: 15px; color: #000;}Change #000 to the color you want to show.Regards,PenciDesign.OKaME repliedJuly 18, 2022 at 8:33amThank you! ALL done well :) Sign in to reply ...
HI.
About Google adsense banner in the text, I would like to change the settings.
please check attached file.
1: I want to put more space between texts and AD.
2: I want to put the words which is saying "below is AD" above AD.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks it works!
how can I change the text color?
Hi,
Please modify the CSS code like this:
Change #000 to the color you want to show.
Regards,
PenciDesign.
Thank you! ALL done well :)