Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3086077
Google Adsense
Closed

Comments

  • OKaME started the conversation

    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.

  •  2,489
    PenciDesign replied

    Hi,

    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.



  • OKaME replied

    Thanks it works!

    how can I change the text color?

  •  2,489
    PenciDesign replied

    Hi,

    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 replied

    Thank you! ALL done well :)