Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #471230

    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?

    #471491

    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

    #471842

    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?

    #472162

    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

    #472315

    it is on the home page, the part where it says Latest News and Latest Blog

    #472319

    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

    #472330

    that worked perfectly, thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font size of the Main Menu’ is closed to new replies.