Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874596

    piexec
    Participant

    http://piexec.com/

    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 titles

    you can look at the text widget “Test Area” as an example at the bottom.

    #875028

    Christopher
    Moderator

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

    #875417

    piexec
    Participant

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

    #875490

    Nico
    Moderator

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

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