Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • max emski Friend
    #200327

    How can I change menu solid color on the front page?
    I need to have no transparent solid color

    I can’t find the code t3-assets/css/css-22b7d.css

    .has-slideshow .t3-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;


    1. Responsive_Joomla_template_for_Designer_Portfolio_and_Corporate_-_JA_Sugite
    chavan Friend
    #545049

    Go to this File: /templates/ja_sugite/css/template.css

    Replace this code


    .scrollDown .t3-header, .scrollUp .t3-header { top: 0; background: #292929 !important; position: static; }

    with


    .scrollDown .t3-header, .scrollUp .t3-header { top: 0; background: none !important; position: static; }

    max emski Friend
    #545057

    Thanks for your answer, but I need another result.
    like this screenshot #2

    screenshot #1

    screenshot #2


    1. Responsive_Joomla_template_for_Designer_Portfolio_and_Corporate_-_JA_Sugite
    2. Responsive_Joomla_template_for_Designer_Portfolio_and_Corporate_-_JA_Sugite-2
    TomC Moderator
    #545071

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_sugite/css/

    Within that custom.css file, paste the following CSS rule:


    .has-slideshow .t3-header {
    background: none repeat scroll 0 0 #000
    position: fixed;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ?? ๐Ÿ™‚

    max emski Friend
    #545084

    Done!
    It’s working!
    Thanks A LOT TomC!! :):laugh:

    max emski Friend
    #545099

    Thank you again TomC!
    ัustom.css works great!
    But I have one problem:

    Is it possible to fix?
    Thanks for any help!
    Sincerely,
    Max


    1. Responsive_Joomla_template_for_Designer_Portfolio_and_Corporate_-_JA_Sugite
    max emski Friend
    #545100

    I got it.
    I deleted

    position: fixed;

    Now it’s:

    .has-slideshow .t3-header {
    background: none repeat scroll 0 0 #292929;
    }

    Thank you!
    Max:)

    SOLVED

    TomC Moderator
    #545103

    Nice Job, Max . . . . a little trial-and-error can go a long way.

    This is how many of us – including myself – learned to work with Joomla and CSS. ๐Ÿ™‚

    All the best with your continuing site development !!!

    max emski Friend
    #545104

    Thanks a million, TomC!! :laugh:

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

This topic contains 9 replies, has 3 voices, and was last updated by  max emski 10 years, 3 months ago.

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