• Resolved mrothlein

    (@mrothlein)


    Just updated to the latest Raindrops theme today and suddenly my menu is transparent, but the background image briefly displays when clicking on the links. I reviewed a post from a user who had a similar problem and tried to change the keyboard focus setting as well as the stylesheet setting, but neither helped. My site is

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    Hi mrothlein

    Please tell me your WEB Site

    Thank you.

    Thread Starter mrothlein

    (@mrothlein)

    Sorry…. Thought I included it.

    http://Www.proeventdj.com

    Theme Author nobita

    (@nobita)

    I checkd your site style

    Some, the default setting perhaps, was found, such as does not exist style are several.

    #access .gradient-3 a{
    color:#000000;
    background: -webkit-gradient( linear, left top, left bottom, from( #a2a2a2 ), to( #d0d0d0 ) );
    background: -moz-linear-gradient( top,  #a2a2a2,  #d0d0d0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#d0d0d0' );
    background-image: -ms-linear-gradient( top,  #a2a2a2,  #d0d0d0 );
    }
    
    #access .gradient-3 a{
    color:#000000;
    background: -webkit-gradient( linear, left top, left bottom, from( #a2a2a2 ), to( #737373 ) );
    background: -moz-linear-gradient( top,  #a2a2a2,  #737373 );
    background-image: -ms-linear-gradient( top,  #a2a2a2,  #737373 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#737373' );
    }

    A menu of style, do you have customized in such as a filter?

    or

    Hesitation to recognize that it is a gradation, is a slight also likely difference in color gradation of

    -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(58, 58, 58)), to(rgb(17, 17, 17)));

    Dashboard / Appearance/ customize / presentatin

    What’s value of color scheme / base color value ?

    Thread Starter mrothlein

    (@mrothlein)

    My base color value is:

    #444444

    DO I need to add the code that you sent somewhere? I don’t believe I have modified the theme code so I am not sure why I would have missing elements.

    Theme Author nobita

    (@nobita)

    Thanks reply.

    Please add style.css bottom

    #top #access {
        background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#111111));
        background: -moz-linear-gradient(top, #3a3a3a, #111111);
        background-image: -ms-linear-gradient(top, #3a3a3a, #111111);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#111111');
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px!important;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        border-top: 1px solid rgba(100,100,100,1);
    }

    Thank you.

    Thread Starter mrothlein

    (@mrothlein)

    That corrects the problem, but I do have a question. Do I need to maintain this code as custom CSS or do I need to add it to one of the theme files?

    I really appreciate your help!

    Theme Author nobita

    (@nobita)

    maybe affected by some style specification. What’s causing the problem,I can not detect it now

    Menu style of Rain Drops is a 1.307, it has been completely replaced by the new one.

    In the style of the theme you are currently using, if you write a change, when the theme of the update, again a problem occurs.

    You are using the CSS Editor of JetPack, this style, it might be better to have written to JetPack CSS Editor.

    Add the style to JetPack CSS Editor, please let me know the results

    Thank you

    Thread Starter mrothlein

    (@mrothlein)

    Adding the code to the CSS editor does correct the problem. I will keep this code in the JetPack CSS Editor and see what happens after the next theme update.

    Thanks again for your help and wonderful theme!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Theme Update – Dark Version – Transparent Menu’ is closed to new replies.