New Landing How can we help? Themeforest Theme Support Supreme Remove Category/Tag showing on Posts

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

    I tried this – and the category/tag is still showing…

    .blog-item-details {
    display: none !important;
    }

    #29044
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean the top bar here: http://neighborhood.swiftideas.net/blog-standard-with-no-sidebars/

    if so,

    .blog-aux-wrap{
    display: none;
    }

    If you means, in a single posts area like this http://neighborhood.swiftideas.net/2013/06/06/sharp-summer-suits/

    you can put this

    .tags-wrap, .post-categories {
    display: none;
    }

    Let me know, what you got.

    Thanks,
    laranz.

    #29141
    plbenson
    Member
    Post count: 93

    This is what I wish to suppress — (I tried what you posted and that was not the solution.)

    #29167
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Maybe

    .item-cats { display: none !important; }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #29174
    plbenson
    Member
    Post count: 93

    Worked!

    ** Now, where can I edit the ‘Read More’ on the BLOG page (see image)…

    I’d like to edit the Font and perhaps make it a button….

    #29386
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry for my misunderstanding in the first I though you are using neighborhood theme, and answering for that lol, apologies.

    For read more to be a button you can try this.

    Open wp-content\themes\supreme\includes\page-builder\composer\lib\shortcodes\blog.php in line #242 you find a line like this..

    $items .= '<div class="read-more-bar"><a class="read-more" href="'.$post_permalink.'">'.__("Read more", "swiftframework").'<i class="icon-chevron-right"></i></a>';

    there simple add class=”read-more button” like this

    $items .= '<div class="read-more-bar"><a class="read-more button" href="'.$post_permalink.'">'.__("Read more", "swiftframework").'<i class="icon-chevron-right"></i></a>';

    2. If you want to change the font size, use this Custom CSS.

    .read-more{
    font-size: 20px;
    }

    change 20px to your desired size.

    Let me know, what you got.

    Thanks,
    laranz.

    #29390
    plbenson
    Member
    Post count: 93

    How would I just change the Read More FONT in Custom CSS?

    #29404
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Did you try this in Custom CSS?

    .read-more{
    font-size: 20px;
    }

    adjust the 20px according to your needs.

    Let me know, what you got.

    Thanks,
    laranz.

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