• Resolved sandras21

    (@sandras21)


    Hello!
    How can I remove from the portfolio page the header background picture and display just theme color as a background? (same time feature picture I would like to keep uploaded as this I would display in portfolio gallery)
    I tried something like that but it did not work.
    Using hestia pro theme.

    .single-jetpack-portfolio #header.header.main {
    	background-image: none;
        background-color: green;
    }

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Animesh Gaurav (a11n)

    (@bizanimesh)

    Hi @sandras21

    Custom CSS code is not in our scope, but I can give it a try for you.

    Could you please let me know the page address where you want the changes?

    Also, as I understand, you want to remove the background picture from portfolio page and want green solid color background instead. Am I right?

    Thread Starter sandras21

    (@sandras21)

    Thank you Animesh for your reply and your kindness.
    Yes, I would like to replace that header background image with color background as images are usually different parameters and it does not look good there.
    Here is the link>>

    Plugin Support Animesh Gaurav (a11n)

    (@bizanimesh)

    Hi @sandras21

    You can try the below CSS. It will replace the background image with green solid color for all your portfolio pages:

    /* Header filter Jetpack Portfolio */
    .jetpack-portfolio .header-filter {
      background-color: green;
      background-image: none !important;
    }

    You can change the value green in case you want a different color.

    Thread Starter sandras21

    (@sandras21)

    Thank you so much, it worked well!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Jetpack portfolio header’ is closed to new replies.