Tagged: x
-
AuthorPosts
-
November 18, 2016 at 7:42 am #1262484
yhshin1020ParticipantHey,
I am trying to style some elements that are in VC but its not working.
For example, I’m trying to change the custom headline with class “omskills” in the page: http://www.guidedogssg.com/programme/orientation-mobility/
but its not changing anything.
The paragraph below the header with class “omskillsub” cannot be changed: the css code:
.omskillsub{ color: red; }for example doesnt seem to work at all.
I cannot understand why it doesnt work since other elemetns i have styled with classes.
Thanks.
November 18, 2016 at 7:43 am #1262488
yhshin1020ParticipantThis reply has been marked as private.November 18, 2016 at 10:35 am #1262674
Nabeel AModeratorHi there,
Thanks for writing in! I’ve added the following code in your Child Theme’s style.css file:
.omskillsub{ color: red !important; }It seems to be working fine. Please reload your site.
Cheers!
November 18, 2016 at 11:30 am #1262736
yhshin1020ParticipantThis reply has been marked as private.November 18, 2016 at 4:01 pm #1262996
Nabeel AModeratorHi again,
Try adding the following code in your Child there:
p { margin: 0 0 20px !important; }Let us know how this goes!
November 18, 2016 at 9:52 pm #1263305
yhshin1020Participantthat changes all text which are paragraphs.
Can i specifically target the last icon column (with icon of a blind man) where it is slightly misaligned?
thanks.
November 19, 2016 at 1:21 am #1263387
FriechModeratorHi There,
Add a class on that column (e.g. myclass) and then add the custom CSS below on your Customizer.
.myclass p { margin-bottom: 0; margin-top: 1em; }Hope it helps, Cheers!
November 20, 2016 at 1:32 pm #1264500
yhshin1020ParticipantThanks.
November 20, 2016 at 7:58 pm #1264782
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1262484 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
