• Hi, how can I remove the thicker line with slightly rounded corners that appears at the end of each post, in between the author box and the ‘similar posts’, and after each post excerpt in the ‘similar posts’ carousel? See an example here – http://www.travelersuniverse.com/tips-to-spice-up-your-life

    Also, how can I remove the two tabs of the author box ‘about author’ and ‘latest posts’?

    And is it possible to add my newsletter code in between the author box and the similar posts?

    Thank you,
    Laura

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey! For issue number one, use this CSS. Copy and paste into Appearance> Theme Options> Advanced Settings.

    .blog_carousel .blog_item {
        box-shadow: none;
    }

    As for your second question, I’m not quite sure what you’re talking about.
    Could you possibly expand on the issue a bit more?

    Thanks!,
    Kevin

    Thread Starter lauratraveler

    (@lauratraveler)

    Hi Kevin,

    Thank you for the piece of code.

    Ok, so I removed the box shadow underneath the carousel, but I still have it right under the post and under the author box. To make it easy, I want to remove the box shadow (that thicker line with slightly rounded corners) throughout the blog.

    There are 3 issues I needed help with. The first one is the one mentioned above.

    The second one is removing the 2 tabs where it says ‘about author’ and ‘latest posts’. I want to keep the author box, but I don’t need the ‘latest posts’ and I don’t want it to say ‘About Author’ either.

    Third, I would like to add my newsletter code in between the author box and the similar posts or preferably right after the article, before the author box.

    Thanks!

    Thread Starter lauratraveler

    (@lauratraveler)

    Also, can the excerpt in the ‘similar posts’ section be removed?

    #content .single-article article {
        box-shadow: none;
    }
    
    .single-footer {
        border: none;
    }
    
    .tab-content {
        box-shadow: none;
    }
    
    .postlist .postfooterarea footer {
        border: none;
    }
    
    .entry-content p {
        display: none;
    }

    Here’s a bunch of code that will get rid of all of those things! I can’t figure out how you got the “about the author” and “latest posts” tabs on the page. Are you on using the premium version of the theme?

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks, Kevin. No, I’m using the free version. The ‘author box’ that can be enabled underneath the posts has 2 tabs: ‘about author’ and ‘latest posts’. I want to remove both tabs and display only the author’s image, bio and social networks.

    That takes some simple CSS too. I see you’ve disabled that part of the page. If you want to enable it again, I’ll write up the code required to get rid of those tabs as well.

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks, Kevin, but for the moment, I think I’ll do without it. I’ve found a plugin that adds widgets after the posts and I’m happy with that. I’m still trying to find a way to display ‘similar posts’ without an excerpt and display the ‘blog’ page as a grid, though.

    Hey,
    Just catching up here, lauratraveler the box shadow can be turned off throughout the theme by using the defualt skin in your theme options > basic styling.

    Kadence Themes

    Thread Starter lauratraveler

    (@lauratraveler)

    I’m actually using the default.css. The box shadow still shows (ie. under comments)

    Thats odd. I don’t see it loading on your site, strange. because I don’t see any skin loading?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Author box’ is closed to new replies.