New Landing How can we help? Themeforest Theme Support Supreme Format News Trickler

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Supreme
  • #28681
    plbenson
    Member
    Post count: 93

    How do I formate this option?
    1. Color
    2. Font Size
    3. Font weight
    4. Rotation speed

    #29053
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this:

    
    .ticker-title
    {
    font-size: 20px;
    }
    #ticker-wrap, #ticker-wrap a{
    color: blue;
    font-size: 20px;
    font-weight: bold;
    }

    open up js/functions.js

    navigate to line#517

    you will find something like this

    // TICKER FUNCTIONS

    below there you will find speed, adjust it. ๐Ÿ™‚

    Let me know, what you got.

    Thanks,
    laranz.

    #29138
    plbenson
    Member
    Post count: 93

    1. I am not seeing where to find this in the ‘edit’ –

    js/functions.js
    navigate to line#517
    you will find something like this
    // TICKER FUNCTIONS

    2. How do I create a ‘space’ between the ‘TITLE’ and the copy/text?

    #29165
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hey,

    1. That file cannot be edited inside WordPress, you will need to edit it externally and upload via FTP.

    2. Depends on the title and context – can you show us an example page where you want to do this?

    Regards,
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin – Support

    #29171
    plbenson
    Member
    Post count: 93

    Yes – see screen shot.

    #29172
    plbenson
    Member
    Post count: 93

    Here it is.. adding 2 spaces between the title and the text.

    #29384
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this, Open up wp-content\themes\supreme\includes\page-builder\composer\lib\shortcodes\posts-ticker.php in FTP editor, and in line #35 you saw something like this..

    $items .= '<ul id="posts-ticker" class="news-ticker js-hidden clearfix" data-latesttext="'. __("Latest:", "swiftframework"). '">';

    You can put some two space in the latest: like this..

    $items .= '<ul id="posts-ticker" class="news-ticker js-hidden clearfix" data-latesttext="'. __("Latest: ", "swiftframework"). '">';

    Let me know, what you got.

    Thanks,
    laranz.

    #29528
    plbenson
    Member
    Post count: 93

    Will try — TY!

    #29603
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Let me know, what you got. ๐Ÿ™‚

    Thanks,
    laranz.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register