Hello,
how do i change the font size to my main menu?
also since were here, how do i change the font size to the post slider title?
Hi jihadmunther!
go to Enfold->Advanced Styling->”Select an element to customize” and choose your main menu link to customize them.
Can you show us your post slider title providing us a link? so we can inspect the elements? Try this code:
.avia-content-slider .slide-entry-title {
font-size: 11px;
}
and adjust as needed.
Best regards,
Andy
Thanks both options worked. can i bother you with one more question about the post slider? the image seems to be aligned left or right depending on the language of the page, is there anyway i can have it centred?
Hi!
I checked the home page but I don’t see any post slider there. Where can we find the page with the post slider?
Best regards,
Ismael
it is on the home page, the part where it says Latest News and Latest Blog
Hi!
Please add following code to Quick CSS as well
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
margin: auto;
}
Cheers!
Yigit
that worked perfectly, thanks.