Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238019

    Hi
    I would like to put a wider logo in the center. I know how to put it at the center, but how can I change the default size to let say 800×150 pixel instead of 340×156? What are the codes to put in the quick CSS?
    Thanks

    #238230

    Hi abedia!

    Please insert the logo as full size then add this on Quick CSS or custom.css:

    .logo a img, logo a, .logo {
    width: 800px;
    height: 156px;
    }

    Best regards,
    Ismael

    #238260

    Thanks, it worked fine.

    I have one more question:

    Is there any code I simply can add to the “Quick CSS” to change the color, size and style (regular, not bold) of the titles in the Mega menus which are not a link? They are by default completely black. I want them gray, regular, and perhaps smaller. My current example is here (under “Föreningar”): http://www.kitm.se/sv/

    Thank you for your assistance

    Abedia

    • This reply was modified 10 years, 8 months ago by abedia.
    #238759

    Hi Abedia!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header .mega_menu_title { font-weight: normal; color: red; font-size: 14px; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.