Responsive WordPress Theme – Caliber

A theme with simple controls and limitless potential. Work fast and build an amazing website!   Find out more »

UpThemes – Beautiful WordPress Themes

Create a site your church, gallery, newspaper, blog, recipes, band and more!   See the themes »

Need a little help?  Find answers quickly by searching the forum.
Group Admins
  • jeffw
  • andy

Support for: Mingle – Multi-purpose WordPress Theme

Mingle (WordPress)

Public Group  |  active 4 days, 17 hours ago ago
Viewing post 1 to 3 (3 total posts)

Text shadow in main navigation

  • lubiland

    said

    Hey guys,

    Could you please help me with removing text shadow from the main nav.

    I am working on my own skin for my second project with Mingle, and cannot seem to find how to remove the text shadow from the main nav.

    Screenshot attached:

    https://dl.dropboxusercontent.com/u/74176324/Screen%20shot%202013-06-11%20at%2012.54.06.png

    ======

    Also, I have amended the skin 3, but if I insert anything hight enough in the footer, another colour appeared, please see the screenshot below. Is there a way of making the footer extend? Will I need to make the image in the skin taller?

    https://dl.dropboxusercontent.com/u/74176324/Screen%20shot%202013-06-11%20at%2012.55.20.png

    Thank you for your help!

    PS I have purchased a second licence for this project.

    Lubi

  • jeffw

    said

    Hi, Lubi.

    Nice to see you back again for a second tour.

    Go to Appearance > Design Settings > Edit All Default Design Settings and add the following style to your Custom CSS box:

    .slideMenu ul li a,
    .slideMenu ul li ul li a,
    .slideMenu ul li.current-menu-item ul li a,
    .slideMenu ul li.current-menu-ancestor ul li a,
    .slideMenu ul li ul li.current-menu-item a,
    .slideMenu ul li ul li.current-menu-item ul li a,
    .noShowcaseContent.noHeaderContent .slideMenu ul li.current-menu-item ul li a,
    .noShowcaseContent.noHeaderContent .slideMenu ul li.current-menu-ancestor ul li a,
    .noShowcaseContent.noHeaderContent .slideMenu ul li ul li.current-menu-ancestor a,
    .noShowcaseContent.noHeaderContent .slideMenu ul li ul li.current-menu-ancestor li a {
      text-shadow: none !important
    }

    I think that should disable text shadows in the navigation menu. Depending on the number of levels of sub-menu that you have you may or may not need to add more selectors to that list.

    If you use the Internet Explorer, Chrome or Safari browsers you can use their built-in developer tools to point at and “inspect” elements on a web page to find out what styles they use. You can even tweak the styles live to experiment with any changes you might fancy. If you use Firefox then there is an add-on named Firebug you can install which gives that browser the same functionality as the developer tools built into the other browsers.

    With regard to your supplemental question, I am going to ask you to please start a new topic for each separate issue that you have. It helps everybody if we can keep topics tightly focussed on single issues. No big deal, but people searching the forum for help will be able to find that help more quickly if each topic discusses just a single issue. ;)

Viewing post 1 to 3 (3 total posts)