• Resolved Adventurous Miriam

    (@adventurous-miriam)


    Hi MH Magazine,
    Thanks for a really great website!
    I’m new to this, so please bear with me.

    1. I would like to change the font size of the slide down menu to smaller (only the slide down menu – not the actual menu topics such as “about”, etc.)

    2. Change the font size of page titles to larger (size 36).

    3. Change to color of the menu bar and footer to pitch black.

    Can you please help me with this, e.g. provide a CSS code?
    My website is: adventurousmiriam.com

    Thanks,
    /Miriam

Viewing 7 replies - 1 through 7 (of 7 total)
  • Michael

    (@mh-themes)

    Hi Miriam,

    thanks for downloading MH Magazine lite.

    1.) Please add this to custom CSS and change the size as you like:

    .main-nav ul ul li { font-size: ??px; }

    2.) Please add this to custom CSS:

    .page-title { font-size: 36px; }

    3.) Please add this to custom CSS:

    .main-nav { background: #000; }

    I wish you a nice evening and if you like the theme, please don’t forget to rate it! ??

    https://www.ads-software.com/support/view/theme-reviews/mh-magazine-lite

    Regards
    Michael

    Thread Starter Adventurous Miriam

    (@adventurous-miriam)

    Thanks for the very quick response, Michael! It worked perfectly.

    Is there a way to make the page titles black?

    A very nice evening to you, too ??

    Michael

    (@mh-themes)

    Hi Miriam,

    you’re welcome! ??

    Please change:

    .page-title { font-size: 36px; }

    to:

    .page-title { font-size: 36px; color: #000; }

    or to:

    .page-title { font-size: 36px; background: #000; }

    You can choose between the two options, just like you prefer.

    Regards
    Michael

    Thread Starter Adventurous Miriam

    (@adventurous-miriam)

    Oh, I didn’t explain it so well before – I would like to remove the color completely. I would just like the page title to be black and no background – just white. Like this page title for an example. Can you help me with that?

    Michael

    (@mh-themes)

    Hi Miriam,

    please add this to custom CSS:

    .page-title-top { border: 0; }
    .page-title { background: none; padding: 0; color: #000; }

    Regards
    Michael

    Thread Starter Adventurous Miriam

    (@adventurous-miriam)

    Amazing! Thank you so much for your quick reply and helpful support! A great evening to you.
    /Miriam

    Michael

    (@mh-themes)

    You’re welcome! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Size of slide down menu and colors’ is closed to new replies.