Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mjamesdesign,

    I hope you are well today and thank you for your questions.

    You can remove the featured image header from the individual blog posts by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

    body.single-post img.single-featured {
        display: none;
    }

    In addition is it possible to remove the parent page header? For example: hide the “Photo Editing” header along with “Photo Editing by MJames Design”

    Yes you can achieve this by using below CSS code.

    body.archive.category header.page-header {
        display: none;
    }

    Best Regards,
    Movin

    Thread Starter mjamesdesign

    (@mjamesdesign)

    Thank you for your help Movin!

    I was able to remove the featured images, but I am still having issues with the headers. If I use the code you gave me it gets rid of all the headers, including the ones above each photo. Here’s a link to the page I am referring to: https://mjamestm.com/category/photo-editing/

    I want to keep the headers that indicate title of each work above each photo, but would like to remove the top of the page header that is left justified. Is that possible?

    Thank you!

    You are most welcome here ??

    I want to keep the headers that indicate title of each work above each photo, but would like to remove the top of the page header that is left justified. Is that possible?

    body.archive.category #main > header.page-header {
        display: none;
    }
    Thread Starter mjamesdesign

    (@mjamesdesign)

    Thank you!! That worked perfectly ??

    One last thing, is it possible to have no text in the slider?

    Thank you!

    Thread Starter mjamesdesign

    (@mjamesdesign)

    Also, it is possible to remove the hover effect on the title of my site that shows on each page? So instead of “MJames Design” being grey and turning red, can I have it be a solid red? Thanks!

    You are most welcome here ??

    To help us keep support thread separates could you please create new thread for your new question here https://www.ads-software.com/support/theme/activello instead of replying on your existing thread as it makes the thread messy and hard to read.

    If you want to you can also add reference of this thread in your newly created thread.

    We would be more than happy to help you on your new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove featured image & Parent page header’ is closed to new replies.