• Resolved mjohnsonrn15

    (@mjohnsonrn15)


    Hi. ?? I’d appreciate any assistance with updating the post summary text displayed in my Homepage Hero theme from white to black. It is currently white, I’d like it to be black. I cannot find a way to change this in the Customizer.

    I’m using a child theme My Travel Blog of the parent Bizberg themes.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • try to add this via the ‘Additional CSS’ in the Customizer:

    .swiper-content p { color: black; }

    Something like:

    .banner .slider .swiper-content p {
     color: black;
    }

    Suggest disabling the slider animation temporarily as the animation disrupts watching the css in your browser inspector.

    Thread Starter mjohnsonrn15

    (@mjohnsonrn15)

    Thank you, Michael. I did as you suggested and it worked. Resolved, thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update Text in Bizberg Theme Homepage Hero’ is closed to new replies.