Updating CSS in Mystique Theme

  • Unknown's avatar

    I’m trying to make some pretty simple changes to the menu and header of my site, but for some reason, none of the changes that I apply are updating when I refresh the page either in preview mode or when saving and looking at the site. I’ve tried multiple browsers to see if it was due to caching, but still no luck.

    Change I’m trying to make:

    #branding #logo a {
    color:#000000;
    text-transform:upperrcase;
    }

    Also, does anyone know how to edit the menu bar in the Mystique theme so that the Social Icons appear in front of the menu/navigation bar instead of behind?

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

  • Unknown's avatar

    nevermind, i believe i figured it out as the changes i were making were to the wrong elements that were not present on the page. awesome.

  • Unknown's avatar

    ok, i figured out most of the issues i was having minus the social icon question. does anyone know how to display the full image instead of having the bottom cut-off?

  • Unknown's avatar

    There was a typo in your original CSS above. It should be “uppercase” not “upperrcase”.

    Try this:

    #branding #logo a {
    color:#000000;
    text-transform:upperrcase;
    }

    I tested that and it worked in my test.

  • Unknown's avatar

    DS, too many r’s. :-)

    text-transform:uppercase;

  • Unknown's avatar

    This will give you the full height on the social icons.

    .social-icons a {
    height: 65px;
    }

    They look really weird though angled like that when they are not hidden behind the menu bar.

  • The topic ‘Updating CSS in Mystique Theme’ is closed to new replies.