Change Content p and h2 within Zoombox description

Hello support

we tried to change the font-size of p and h2 within the content of a zoombox but it does not work. Tried with custom class and global.We used this codes:

.tfizb .zoom_box .desc h2 {
color: #ffffff !important;
font-size: 22px !important;
}

.tfizb .zoom_box .desc p {
font-size: 18px !important;
}

.tfizb is our custom class - Could you please give advice?


Best Regards Marc


Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi 

    we need help with this topic on this page: https://team4it.eu/it-loesungen/elo-office-software/ --> we want to change h and p within the overlay text of the zoomboxes, also for responsive views.

    Best Regards Marc
  • Use this code, it's working fine:
    .tfizb .zoom_box .desc h2{
    font-size:16px !important;
    }

    .tfizb .zoom_box .desc p{
    font-size:12px !important;
    }
    If this won't work, just leave it and give me a look at it, maybe the source of the problem is with other css codes. I mean, maybe you didn't close one of the brackets.

    Thanks
Sign In or Register to comment.