Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • tresoar Friend
    #204637

    Hello,

    There are 2 things i don’t know how to change. I can’t found the css code.
    I don’t know how the change the hover link color in the megamenu en how to change the image color below the masthead.
    I hope someone can help me out. Thanks.


    1. changeBluecolor_below_masthead
    2. changeBluecolor_below_megamenu
    TomC Moderator
    #562989

    So that I can try to best assist you, please provide the url of the site you’re working on

    tresoar Friend
    #563259

    The site is not online yet. But I will send you credentials in a pm.

    tresoar Friend
    #563555

    Is there someone who can help?

    TomC Moderator
    #563615

    <em>@tresoar 464037 wrote:</em><blockquote>Is there someone who can help?</blockquote>

    As you will note via your PMs, I am continuing to try to assist you

    Saguaros Moderator
    #563871

    You can try with my tweak as below:
    – Go to file: /templates/ja_decor/css/custom.css (create this file if it doesn’t exist)
    – Add this rule:


    /* Remove masshead background */
    .has-masthead .t3-mainbody {
    background: none;
    }

    /* Change color when hovering menu item*/
    .t3-megamenu .mega-dropdown-menu .mega-nav .mega-dropdown-inner li > a:hover,
    .t3-megamenu .mega-dropdown-menu .mega-nav .mega-dropdown-inner li.active > a {
    background: #0b96f3;
    color: #ffffff;
    }

    then change the background and color to the color which suits your need.

    tresoar Friend
    #563892

    Thank you. i have now the right hover color.

    Only the code for the background color is not quite what I would like.
    I would like to keep that blue form only in a different color. If I fill in a color in the code, then the whole background is in that color instead of just that form.
    Is it maybe an image that I have to change? I did that for the footer (url(“/templates/ja_decor/images/mainbody-bg-3.png”)) but i can’t find it for the form below the masthead.

    Saguaros Moderator
    #563900

    Could you send me screenshot of how it should be?

    tresoar Friend
    #563918

    This is how it is:

    And this is how i would like it to be:

    Saguaros Moderator
    #564122

    There seems to be problem with the attachment, kindly check and send me again.

    tresoar Friend
    #564208

    How it is:

    And this is how i would like it to be:


    1. changeBluecolor_below_masthead2
    2. changeBluecolor_below_masthead2a
    Saguaros Moderator
    #564339

    It’s a background image declared via template.css file:


    .has-masthead .t3-mainbody {
    background: url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0
    }

    You can replace image with your own image via this path: templatesja_decorimagessubbody-bg.png

    tresoar Friend
    #564528

    Thanks! This is the solution. I couldn’t find the name of this image.

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

This topic contains 13 replies, has 3 voices, and was last updated by  tresoar 9 years, 7 months ago.

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