New Landing How can we help? Themeforest Theme Support Flexform flexform blog in full-width text box showing bullet point before title

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Flexform
  • #216206
    michaelproof
    Member
    Post count: 19

    Hi, I was trying to show a single featured blog post with a background color and the only way I could figure to do it was to put the blog shortcode in a full width text box. It works but for some reason the post tile has a bullet point before it everytime. Can you let me know how to remove the bullet point? or if there is an easy way to change the background color on the blog shortcode so I don’t have to put it in a full-width text box.
    Thank you in advance.

    #216213
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    Please add this CSS:

    .mini-items .blog-item {
        list-style-type: none;
    }

    2) You want to change the grey BG color?

    Cheers,
    David.

    #216218
    michaelproof
    Member
    Post count: 19

    Thanks that did it. No worries on the background color. That was only if I couldn’t get rid of the bullet point, which you did ever so quickly. 🙂

    Btw – any idea why the full width text boxes on that same page aren’t responding well on mobile? The right side is being cutoff so the content is being cutoff. there are two on that page – the blue box with text below the slider and the blog with economist image. Both cutoff on mobile size. …?

    #216360
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .full-width-text{
    width:auto !important;
    }
    }

    Thanks
    Mohammad

    #216520
    michaelproof
    Member
    Post count: 19

    Thanks, that did correct the text to the proper width, but the row itself/background is now not full width in mobile.

    #216522
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    can you just provide me the page url? I’m not understanding what is the page.

    Thanks

    -Rui

    #216523
    michaelproof
    Member
    Post count: 19
    This reply has been marked as private.
    #216524
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks.

    Did you disabled the right click?

    I need it to inspect the code, can you disable the plugin that is doing that so I can check?

    -Rui

    #216526
    michaelproof
    Member
    Post count: 19

    There is no disabling of the right click. Not sure why you can’t.

    #216528
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    thanks. Not sure what happened. I can inspect it now.
    -Rui

    #216530
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Replace the code that Mohammad provided by this one. I added 1 more rule.

    @media only screen and (max-width: 767px) {
    .full-width-text{
    width:auto !important;
    margin-right:-20px;
    }
    }

    -Rui

Viewing 11 posts - 1 through 11 (of 11 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