Tagged: x
-
AuthorPosts
-
October 20, 2016 at 3:28 am #1223566
Charlie CParticipantHi, 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
October 20, 2016 at 3:36 am #1223576
Rue NelModeratorHello 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.
October 20, 2016 at 5:40 am #1223714
Charlie CParticipantThis reply has been marked as private.October 20, 2016 at 8:41 am #1223877
Paul RModeratorHi Charlie,
Upon checking I can see your site is working fine.
Please clear your browser cache and check again.
Thanks
October 20, 2016 at 9:31 am #1223941
Charlie CParticipantHi, 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
October 20, 2016 at 12:11 pm #1224176
RupokMemberHi Charlie,
Are you referring your custom CSS? Would you point some styles you have added but overriding by VC?
Thanks!
October 21, 2016 at 2:29 am #1225087
Charlie CParticipantHi
.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);
}October 21, 2016 at 3:33 am #1225136
Rue NelModeratorHello 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.
October 21, 2016 at 4:48 am #1225205
Charlie CParticipantPerfect. Thanks so much!
October 21, 2016 at 7:35 am #1225360
JoaoModeratorGlad to hear it,
Joao
October 22, 2016 at 5:52 am #1226430
Charlie CParticipantSorry, 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
October 22, 2016 at 6:21 am #1226448
ThaiModeratorHi 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 🙂
October 24, 2016 at 4:54 am #1228114
Charlie CParticipantNo, that doesn’t seem to have worked. Very odd!
October 24, 2016 at 5:25 am #1228137
ThaiModeratorHi Charlie,
I’ve just corrected your custom CSS.
Please take a look.
Regards!
October 25, 2016 at 3:30 am #1229489
Charlie CParticipantHi, 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1223566 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
