• Resolved Maxvk

    (@maxvk)


    First of all, I am using the Untitled theme in WordPress.com – I have purchased the CSS upgrade though. I am wondering if it is possible to remove the flexslider navigation from the “featured image”. I love the look of the featured image, but I don’t want it to function as a slider – I just want it to look like an image header. Is there a way to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Maxvk

    (@maxvk)

    Below is the element inspection of where the link appears that I am looking to disable.

    <div id="featured-content" class="flexslider">
    <ul class="featured-posts slides">
    <li class="featured" style="display: list-item;">
    <<strong>a href="https://kleistkreative.wordpress.com/2014/02/26/front-page-photo/" rel="bookmark"><img width="1440" height="370" src="https://kleistkreative.files.wordpress.com/2014/02/front-page-header1.gif?w=1440&h=370&crop=1" class="attachment-slider-img wp-post-image" alt="Front-Page-Header"></strong>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Moderator Kathryn Presner

    (@zoonini)

    To hide the flexslider, try this custom CSS:

    .flexslider {
    display: none;
    }

    Just a heads-up that this support forum is for self-hosted WordPress sites, but there’s a whole forum at WordPress.com where you can get can help with CSS customization:

    https://en.forums.wordpress.com/forum/css-customization

    If you need further help, feel free to post there. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Flexslider navigation and link from featured image’ is closed to new replies.