• 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 4 replies - 1 through 4 (of 4 total)
  • bravokeyl

    (@bravokeyl)

    Please post in your theme support
    https://www.ads-software.com/support/theme/mh-magazine-lite
    So that theme author can check ..

    Quick reply here:

    1)

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

    You can change the size 11px to whatever size you want.
    2)

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

    3)I assume pitch black is #2C2B2C;

    .main-nav {
    background: #2C2B2C;}

    for nav bar

    footer {
    background: #2C2B2C;}

    for footer

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    A good answer but please consider prefixing it with “Create and activate a child theme and…” or even “via a custom CSS plugin…” ??

    bravokeyl

    (@bravokeyl)

    Point Noted.
    I assumed user knew that point.(Never do that again)

    Thread Starter Adventurous Miriam

    (@adventurous-miriam)

    Thanks everyone, and especially for the explanatory answer @bravokeyl. I actually thought I was posting in my theme support, but I will definitely do it from now on!

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