Ixion: Modify Color of Site Title and Menu Items

  • Unknown's avatar

    Hi,

    I am using the Ixion theme. I would like to overwrite the color of the site title and the primary menu items. Could you please provide the CSS customizing code required for these?

    The site is jlacampaignforjustice.org.

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Here’s the CSS for those two changes:

    /* Change site title color */
    .site-title a {
    	color: yellow;
    }
    
    /* Change parent menu color */
    #top-menu li a {
    	color: yellow;
    }

    You can replace the color value with the colors you want.

    Also note that your plan gives you access to both live chat and direct email support. You can reach those at any time by clicking the Help icon that appears bottom-right on all the My Sites pages, or else via the direct link at https://wordpress.com/help/contact

  • Unknown's avatar

    The CSS code for both changes worked great. Thank you so much!

  • The topic ‘Ixion: Modify Color of Site Title and Menu Items’ is closed to new replies.