Tagged: x
-
AuthorPosts
-
April 9, 2016 at 6:58 pm #874596
in the black footer area, I have some text widgets. How do I:
change the title size and color
the text size and color
remove the arrow next to the titlesyou can look at the text widget “Test Area” as an example at the bottom.
April 10, 2016 at 5:36 am #875028Hi there,
Please add the following code in Customize -> Custom -> CSS :
.x-colophon h4.h-widget { font-size: 18px; color: #fff; } .widget_text .h-widget:before { content: " "; padding-right:0; } .x-colophon .textwidget, .widget_shopping_cart .empty { font-size: 15px; }
Hope it helps.
April 10, 2016 at 1:25 pm #875417Thanks Chris!
Also trying to add some Icons to footer widgets in a text widget and having some issues.
Using: <i class=”fa-info-circle“></i>
in a text widget and I get nothing. What am I doing wrong?
Thanks in advance!
April 10, 2016 at 2:43 pm #875490Hi There,
You can check the sample shortcode used in X theme on adding icon in a text element:
https://community.theme.co/forums/topic/icon-on-widget-title/#post-643512
https://community.theme.co/forums/topic/add-icon-on-text-widget/#post-181751For more list of icon you can check the link below.
http://theme.co/x/demo/integrity/1/shortcodes/icons/
Hope it helps.
Let us know how it goes.
Thanks.
-
AuthorPosts