Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1261640
Interactive Text ShortCode
Closed

Comments

  • acheu started the conversation

    Hi,

    I am using the interactive text shortcode for my homepage and wanted to know if:

    Is there a way to change the sizing of the text as well as the font type and styles for this shortcode?

    andrew

  •  1,845
    Elated replied

    Hello Andrew,

    You can set desired font family or text color using some Custom Css code like this:

    #eltd-interactive-text .eltd-interactive-text-inner .eltd-interactive-text-content-holder .eltd-interactive-text-content-line .eltd-interactive-text-item-content .eltd-interactive-text-item-wrap{
        font-family: Tahoma;    color: red;
    }

    Just set desired color and family and paste this code into Elated Options > General > Custom Css field https://www.screencast.com/t/x7NITAI6lk .  Also, text color can be set in the Element's setting as show in next screenshot https://www.screencast.com/t/b01p7oGJ .

    You can set gif rather than image, but you can not set video background.

    Please let us know if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • acheu replied

    thank you elated!

    this was very helpful. can i change/ovveride the font size here also? I was having difficulty finding which Heading type this sections text would fall under when changing overall fonts in appearance.

  •  1,845
    Elated replied

    Hello there,

    For the Font size you can use this Custom Css code:

    #eltd-interactive-text .eltd-interactive-text-inner .eltd-interactive-text-content-holder .eltd-interactive-text-content-line .eltd-interactive-text-item-content .eltd-interactive-text-item-wrap{
        font-size:15px;
    }

    But keep in mind that these changes might disrupt overlay since major changes of the font size might leave gaps between text and white line between two adjacent texts.

    Also, keep in mind that it is not style through headings since it has predefined style withing theme and mainly because of the thing that we have mentioned previously, that major changes might disrupt that element.

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • acheu replied

    great that works perfect.


    I was able to minimally change the font size, what about lineweight on the line itself?

  •  1,845
    Elated replied

    Hi,

    We are pleased to hear thatYou can set desired setting using this Custom Css code that actually sets height of that line to desired number of pixels:

    #eltd-interactive-text .eltd-interactive-text-inner .eltd-interactive-text-content-holder .eltd-interactive-text-content-line .eltd-interactive-text-items-separator{
        height: 5px;
    }

    Juts paste this Custom Css code into Elated Options > General > Custom Css field.

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.