Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1187061
    LucaV
    Participant

    Hi, i have managed to change the widget header color using custom css. Blue background and white text. But on mobile it show all blue, text and background. How can i manage to change the widget eader text color on mobile version?

    Thanks,
    Luca

    #1187413
    Lely
    Moderator

    Hello Luca,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1187702
    LucaV
    Participant

    Hi, thanks for the quick reply, my website is http://thebloggingexperiment.com

    #1187712
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width:768px){
      .h-widget {
        color: #ffffff !important;
      }
    }
    

    Hope that helps.

    #1187822
    LucaV
    Participant

    This solved the problem. Thank you very much!

    #1187859
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1187061 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>