Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #175778

    bmahoney59
    Participant

    hi-

    Is there any way I can change the font size/color from within visual composer? I don’t know how to code and just want to make a couple of little changes. Thanks.

    -brian

    #175955

    Christian
    Moderator

    Hey Brian,

    There’s no option for that in Visual Composer. Please give us the element you’d like to change the color and we’ll help you with it.

    Thanks.

    #176348

    bmahoney59
    Participant

    Thanks for the offer. I’ll likely take you up on it. Before doing so though, could you tell me if I could find a VC add-on that would enable me to do that, would that create any kind of a conflict with the X Theme?

    #176530

    Christian
    Moderator

    Hey there,

    We’re sorry but we haven’t seen an add-on for that and that might create a conflict in X due to how we use Visual Composer. See https://theme.co/x/member/kb/integrated-plugins-visual-composer/ for more details.

    Thanks.

    #180466

    bmahoney59
    Participant
    This reply has been marked as private.
    #180666

    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    .home div#x-content-band-2 {
    color: #fff;
    }

    Thank you.

    #180771

    bmahoney59
    Participant

    Great, that got part of it – the body font color is now white. Can you give me the code to change the headline color in that band as well?

    Also, could you give me the code to change the headline icon/text on the Fear of Flying page to color#525369? Thanks.

    #181020

    Christian
    Moderator

    Hey there,

    Please add a class to your Featured Headline. Insert my-class in the Class field of your headline then add the CSS below in your Appearance > Customize > Custom > CSS (already includes the icon).

    .my-class, .my-class span i {
    color: #525369;
    }

    Hope that helps. 🙂