Tagged: x
-
AuthorPosts
-
November 23, 2016 at 5:02 am #1268085
yhshin1020ParticipantHey,
I have an addon for Visual composer installed and I want to chagne the font in one of their elemetns.
i know this isnt X theme but i figured i might be able to get some assistance with regards to which css selectors i should use.
I tried this (i added .home cos i want it to apply to home only):
.home a.mpc-post.mpc-post__heading{ color: white !important; }but it doesnt seem to work.
More details below.
Thanks!
November 23, 2016 at 5:04 am #1268087
yhshin1020ParticipantThis reply has been marked as private.November 23, 2016 at 5:07 am #1268088
LelyModeratorHi There,
Thank you for the credentials.
It should be like this:.home .mpc-post .mpc-post__heading a { color: white; }But then why white? You have white background and having white text means that the text will not be visible.
November 23, 2016 at 5:50 am #1268110
yhshin1020ParticipantI just put color: white as a placeholder, i dont actually intend to keep it white (as you’ve pointed out :))
I just wanted to give an example.
Thanks!
November 23, 2016 at 6:02 am #1268118
ChristopherModeratorHi there,
Please add this code :
.home .mpc-post__heading a { color: red; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1268085 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
