Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tracy3255 Friend
    #186647

    I’m looking for the location of the css file to change the font color from white to black, for Mendozite – the top word “Menu” and the active link “home” are in white, on a white background (hence, hard to see), I would like to change to black.

    If someone can please let me know where the file location is, and the div name, that would be great.

    Thanks so much,
    Tracy.

    phong nam Friend
    #489626

    Hi tracy3255 ,

    Your issue is related to the mainnav style of our JA Mendozite template on Iphone view. Open pluginssystemjat3jat3base-themesdefaultcssiphonetemplate.css on your server, then find:

    The top word “Menu”

    /* General Buttons Style ---*/
    a.button {
    display: block;
    color:#fff; /*Add your desired color for "Menu" button*/
    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom,from(#8da2bf), color-stop(0.5, #5877a2), color-stop(0.5, #496b99), to(#476999));
    border: 1px solid #354f72;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
    max-width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    The active link “home” are in white, on a white background (hence, hard to see)
    Indeed, when you visitors click on menu items, the browser will move to menu item’s page & physically hide the menu selection (They need to click Menu word again). But below codes can help you for coloring menu items on Iphone.

    #ja-toolbar-main ul.toolbox li a {
    display: block;
    font-weight: bold;
    padding: 9px 0 9px 20px !important;
    text-decoration: none;
    color: #000; /*Add your color text here*/
    }

    Regards.

    Leo

    tracy3255 Friend
    #489707

    Thank you Leo, for your help on this.

    I changed the items you suggested but unfortunately it was the top button that changed in color, so I opted to change the background instead from white to a grey-blue instead. But I have come across a different problem now – if you look at the bottom area on this same screen, below the “menu nav”, it is a dark grey, almost black, covering the entire lower portion of the iphone screen – I am not sure how to correct this?

    Thanks so much for your help.

    phong nam Friend
    #489821

    Hi tracy3255,

    Can you send me your website url to checking that issue ?

    Regards,

    Leo

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum