Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262484
    yhshin1020
    Participant

    Hey,

    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.

    #1262488
    yhshin1020
    Participant
    This reply has been marked as private.
    #1262674
    Nabeel A
    Moderator

    Hi 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!

    #1262736
    yhshin1020
    Participant
    This reply has been marked as private.
    #1262996
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Child there:

    p {
        margin: 0 0 20px !important;
    }

    Let us know how this goes!

    #1263305
    yhshin1020
    Participant

    that 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.

    #1263387
    Friech
    Moderator

    Hi 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!

    #1264500
    yhshin1020
    Participant

    Thanks.

    #1264782
    Rad
    Moderator

    You’re welcome!

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