Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276368
    JfantasyBooks
    Participant

    Hey there, Themeco Team!

    Name: JFantasyBooks
    Site: Fantasy-Books
    Site Url: https://fantasy-books.live
    WordPress Version: 4.6.1
    X Version: 4.6.4
    Cornerstone Plugin Version: 1.3.3

    Problem:

    1. I would like to resize of the featured list element. That way, the text for the featured list title is smaller along with the graphic.

    2. When I use the shortcode in a widget, I get bulletpoints. Is there a way to remove them?

    #1276375
    Jade
    Moderator

    Hi there,

    I checked your site but I can’t seem to find where the featured list.

    Kindly provide us the direct link to the page.

    Thank you.

    #1276378
    JfantasyBooks
    Participant

    Ok. I added it to the front page widget.

    1. There are bullet points, which I would like to get rid of.

    2. And I would like to reduce the spacing between each item.

    #1276423
    Nabeel A
    Moderator

    Hi again,

    1. To remove the bullet points, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .widget_text ol, .widget_text ul {
        list-style: none !important;
    }

    2. To reduce the spacing between each item:

    .x-feature-list .x-feature-box.top-text>div {
        padding: 0 0 10px !important;
    }

    Let us know how this goes!

    #1276452
    JfantasyBooks
    Participant

    Thanks, You are Awesome.

    #1276484
    Joao
    Moderator

    Glad to hear we managed to help,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1276368 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>