Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223566
    Charlie C
    Participant

    Hi, I’ve read the threads on using a new @import statement and have done that but it hasn’t worked.

    I’ve run out of ideas to regain my custom styles.

    Any help appreciated.

    Thanks

    Charlie

    #1223576
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? 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.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (only if necessary)

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Meanwhile, have you check this out: https://community.theme.co/forums/topic/child-theme-updates/

    Thank you.

    #1223714
    Charlie C
    Participant
    This reply has been marked as private.
    #1223877
    Paul R
    Moderator

    Hi Charlie,

    Upon checking I can see your site is working fine.

    Please clear your browser cache and check again.

    Thanks

    #1223941
    Charlie C
    Participant

    Hi, unfortunately it isn’t. I’d added lots of new rules to the tabbed menu but the visual composer css seems to be overriding it.

    Hope you can help

    Thanks

    Charlie

    #1224176
    Rupok
    Member

    Hi Charlie,

    Are you referring your custom CSS? Would you point some styles you have added but overriding by VC?

    Thanks!

    #1225087
    Charlie C
    Participant

    Hi

    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    color:#ffffff;
    background-color: rgba(46, 50, 51, 0.701961);
    }
    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    color:#ffffff;
    background-color: rgba(46, 50, 51, 0.701961);
    }

    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:hover{
    color:#ffffff;
    background-color: rgba(148, 193, 13, 0.45);
    }

    #1225136
    Rue Nel
    Moderator

    Hello There,

    Please update the code and use this instead:

    .entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
      color:#ffffff;
      background-color: rgba(46, 50, 51, 0.701961);
    }
    .entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
      color:#ffffff;
      background-color: rgba(46, 50, 51, 0.701961);
    }
    
    .entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:hover{
      color:#ffffff;
      background-color: rgba(148, 193, 13, 0.45);
    }

    Hope this helps. Please let us know how it goes.

    #1225205
    Charlie C
    Participant

    Perfect. Thanks so much!

    #1225360
    Joao
    Moderator

    Glad to hear it,

    Joao

    #1226430
    Charlie C
    Participant

    Sorry, but one more thing. I’m not sure where I need to pinpoint media queries to style these tabs on mobile and tablet.

    Many thanks

    Charlie

    #1226448
    Thai
    Moderator

    Hi Charlie,

    Please try with this CSS(for tablet / mobile only):

    @media (max-width: 979px){
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    		color:#ffffff;
    		background-color: rgba(46, 50, 51, 0.701961);
    	}
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    		color:#ffffff;
    		background-color: rgba(46, 50, 51, 0.701961);
    	}
    
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:hover{
    		color:#ffffff;
    		background-color: rgba(148, 193, 13, 0.45);
    	}
    }

    Hope it helps 🙂

    #1228114
    Charlie C
    Participant

    No, that doesn’t seem to have worked. Very odd!

    #1228137
    Thai
    Moderator

    Hi Charlie,

    I’ve just corrected your custom CSS.

    Please take a look.

    Regards!

    #1229489
    Charlie C
    Participant

    Hi, thanks so much. I can see that some bits are fixed but I can’t see any change to the tab background colours?

    Thanks

    Charlie

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