-
AuthorPosts
-
January 3, 2015 at 2:19 pm #175778
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
January 3, 2015 at 10:45 pm #175955Hey 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.
January 4, 2015 at 2:58 pm #176348Thanks 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?
January 5, 2015 at 1:02 am #176530Hey 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.
January 10, 2015 at 3:23 pm #180466This reply has been marked as private.January 11, 2015 at 4:27 am #180666Hi there,
Please add the following CSS under Customize -> Custom -> CSS :
.home div#x-content-band-2 { color: #fff; }
Thank you.
January 11, 2015 at 10:27 am #180771Great, 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.
January 12, 2015 at 12:49 am #181020Hey 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. 🙂
-
AuthorPosts