Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • speepsampish Friend
    #172921

    Good Morning all,

    JA Methys is great. However, I have three issues. (If I must, I can create three threads):

    a) I need to TOTALLY remove ALL arrows ( -> ) from module titles. Please tell me what code I need to remove/change.

    b) I need to change the MENU texts from ALL CAPITALS to normal lowercase text. Where do I do this?

    c) the first word in all module titles is small and red. How do I change this? This is a problem.

    thank you in advance,

    Spiros Anthis

    pavit Moderator
    #434277

    Hi

    <blockquote>a) I need to TOTALLY remove ALL arrows ( -> ) from module titles. Please tell me what code I need to remove/change.</blockquote>

    Goto /templates/ja_methys/css/template.css around line 675

    now you have

    div.ja-moduletable h3 span, div.moduletable h3 span {
    background: url("../images/arrow-1.gif") no-repeat scroll right 8px transparent; <---this is the line of code for the arrow delete or change to background: none;
    font-size: 150%;
    padding-right: 20px;
    text-transform: lowercase;
    }

    <blockquote>
    b) I need to change the MENU texts from ALL CAPITALS to normal lowercase text. Where do I do this?</blockquote>

    Goto /templates/ja_methys/css/menu/mega.css around line 18 now you have

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #111111;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase; <--------------------change this or remove it
    z-index: 10000;
    }

    <blockquote>
    c) the first word in all module titles is small and red. How do I change this? This is a problem.</blockquote>
    goto /templates/ja_methys/css/template.css around line 680 now you have

    div.ja-moduletable h3 span.first-word, div.moduletable h3 span.first-word {
    background: none repeat scroll 0 0 transparent;
    color: #FF0066; <-----------this is for the color
    font-size: 60%;
    padding-right: 2px;
    text-transform: lowercase; <--------change to uppercase
    }

    speepsampish Friend
    #434279

    I haven’t tried this yet, as I am busy with something else, but I just had to thank you for being professional beyond words! I will get back to you on this later on, to tell if all is ok.

    speepsampish Friend
    #434366

    All works ok, apart from the color change of the first word in module titles.
    The color does not change.
    Do you have any other ideas?

    THANK YOU !
    Spiros

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

This topic contains 4 replies, has 2 voices, and was last updated by  speepsampish 12 years, 8 months ago.

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