Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082779
    omkar13
    Participant

    Hi,

    How to add custom styles to text widget. As you can see at https://manilaflights.net, the flight search system has transparent grey bg and white font color. I want to change the font color to #fff and make the bg white transparent. What code should i add? Any tips?

    #1083096
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .textwidget .main-searchbox {
    color: #fff;
    }
    
    .page-id-38 #x-section-1 .x-column .x-sm .x-1-1 {
    background-color: rgba(261,261,261,0.75) !important;
    }
    

    Hope that helps

    Joao

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