Okay
  Public Ticket #1933884
Text-Background-Color Single-Portfolio Items
Closed

Comments

  • Thorsten started the conversation

    Hey there, 

    I couldn't find the option to change the color of the description text background (top of page) in the customizer. Is there an option? 

    Thanks a lot guys, Thorsten

  •  291
    Paul replied

    Hi Thorsten,

    You can find the option to change the content background color in the "Content Styles" section in the customizer (screenshot: https://cl.ly/015baaf27e4b ).

    Regards,
    Paul

  • Thorsten replied

    Hi Paul, 

    thanks for your answer. Actually, I tried it out before, but the background color of the text won't change on Portfolio Pages. It only works for me on the normal pages. Is this a bug, or am I something missing? 


    All the best, Thorsten


  •  291
    Paul replied

    Hmm. You're right. That's obviously a bug. Please try adding this custom CSS to change the content background color on the portfolio single pages:

    .single-portfolio .portfolio-content-wrapper {
        background: #888;
    }
    

    I will update this fix in the next version. Thanks for the feedback!