Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #114903
    de DIY Diva
    Participant

    Hello,
    I’m using the Helena pro theme for a while now on http://www.diydiva.nl/, and I like it a lot.

    I have a question. I use Google Adsense on my blog in the footer and in every blogpost in the sidebar. In the widget advertising code it has a too big red frame behind it. I want to remove this frame (or make it colourless…). I also think my adds are made smaller by the Helena theme.

    Can you please fix those two problems?

    Thanx,
    Martine

    #114913
    Pratik
    Keymaster

    Hi @de-diy-diva,

    I get “Apache is functioning normally” message from your site. Please let me know when it is live.

    Regards,
    Pratik

    #115560
    de DIY Diva
    Participant

    Hello Pratik,

    It´s live now at http://www.diydiva.nl/

    Regards,
    Martine

    #115592
    Pratik
    Keymaster

    Hi @de-diy-diva,

    Google ads have their own options so it is better to change it from there. Last resort would be to use following CSS code

    
    .ads-code ins {
        background: transparent;
    }
    

    If this does not work, try following:

    
    .ads-code ins {
        background: transparent !important;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #115619
    de DIY Diva
    Participant

    The code of the first option workes fine! It’s solved now. Thank you for your help!
    Regards from Holland,
    Martine

    #115641
    Pratik
    Keymaster

    Hi @de-diy-diva,

    If you liked my support, please leave a review at https://wordpress.org/themes/helena/.

    Regards,
    Pratik

    #115656
    de DIY Diva
    Participant

    Done!

    #115658
    Pratik
    Keymaster

    Hi @de-diy-diva,

    Thank you for the review.

    Regards,
    Pratik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Widget advertising code gives wrong size and colour’ is closed to new replies.