Topic Resolution: Resolved
  • Closed
  • August 6, 2015 at 7:31 pm #19772

    Hi folks,

    Although I write the following custom code, the widget title background doesn’t change in iPad and Android devices. In PC on windows works fine.

    .widget-title-background {background: #6a5750;
    border: 1px solid #222;}

    Can you help on this?

    Thanks in advance

    Georgios

    Imran
    Spectator
    Posts: 403
    August 6, 2015 at 7:46 pm #19773

    Hi Georgios,

    Thanks for writing in! would you mind providing the correct URL of your website. http://www.cleanpasss.grandeurandluxury.com/ this link is broken. Meanwhile, you can try this following code under your custom CSS field:

    .widget-title-background {
    background: #6a5750 !important;
    border: 1px solid #222 !important;
    }

    Thanks.

    Georgios Papageorgopoulos
    Spectator
    Posts: 33
    August 6, 2015 at 8:01 pm #19777

    Hi Imran,

    My correct url is http://www.cleanpass.grandeurandluxury.com

    I tried your code and everything is ok now.

    Thanks a lot

    Georgios

    Imran
    Spectator
    Posts: 403
    August 6, 2015 at 8:07 pm #19778

    You’re welcome! 🙂