• Resolved dsrt16

    (@dsrt16)


    In the style section of the view, I selected minimalist and for background color, I selected single color with the hex code #c59ec1, but it is just white.

    I even went into Appearance-Customize and added .strong-view.wpmtst-minimalist .wpmtst-testimonial-content {
    background-color: #C59EC1;
    }

    This didn’t work either. And also as you can see, my navigation is just a gray square without the buttons. I can click on it to navigate, but I am not sure users would know that gray box is navigation.

    In another view, my navigation is just three gray squares: https://beaconpointservices.org/editing-fiction-authors/

    • This topic was modified 1 year, 7 months ago by dsrt16.

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

Viewing 1 replies (of 1 total)
  • Hi @dsrt16,

    This is caused by the theme’s styling.

    To override it, please add this code in Appearance > Customize > Additional CSS:

    .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next::before, .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-stop::before {
    	height: 20px !important;
    	background: white !important;
    }

    Warmly,

    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation buttons just a gray box and not using my background color’ is closed to new replies.