Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #122039
    jomi
    Participant

    Hey i want to add a grey background to sticky sidebar widget on my page https://www.stuckundlehm.de/lehmbau/

    at the moment is only 1 party of my background grey but if is scroll down to the foooter and end of website it is white……

    im rly new here and i hope u can help me

    Jomi

    #122064
    tikaram
    Keymaster

    @jomi : I checked your site and the issue is due to the plugin that you have used to make it sticky. The jQuery from the plugin is changing the color of the widget. Please contact Plugin support to fix the issue. It’s not a theme related issue. I will be happy to answer if you have any theme related issues on your site.

    Regards,
    Tikaram

    #122075
    jomi
    Participant

    Hey tikaram. i already did some weeks ago and i got not answer they have a really bad suppport not like urs πŸ˜‰

    i got not answer. but i have only 5 days left to finish the website for my boss… ;/ do u have any idea what to do?

    u have maybe some ideas for the css?

    at the moment i have this css:

    .sidebar{

    background:#ebebeb!important;

    }

    that makes a part of the background grey but if i scroll down its white ;/ i hope u can do something many thanks πŸ˜‰

    my page: https://www.stuckundlehm.de/lehmbau/

    JOMI πŸ˜‰

    #122077
    jomi
    Participant

    i used this css now:
    .sidebar{

    background:#ebebeb!important;
    height:2350px;

    }

    it looks good on this page of my website: https://www.stuckundlehm.de/lehmbau/

    but not at the at the other sites where more white space is..:https://www.stuckundlehm.de/

    #122105
    tikaram
    Keymaster

    @jomi : Add the following additional css and let me know if this resolves your issue.

    .page-id-22 .sidebar{
    background:#ebebeb!important;
    height:2350px;
    }

    Regards,
    Tikaram

    #122106
    jomi
    Participant

    thanks for ur fast answer but nothing changed. du o u have any other idea?
    normaly i think a sticky sidebar is not so important.. but this is not the meaning of my boss πŸ˜€
    i hope u can help me withh another solution πŸ˜‰

    So many thanks for ur help πŸ˜‰

    #122142
    tikaram
    Keymaster

    @jomi : There are some errors on your additional css. Please replace your all additional css with the following css and it should work.

    .nav-primary { margin-bottom: 30px; }
    .sidebar-header-right { display: none; }
    
    p {margin-bottom: 10px;
    margin-top: 10px;}
    
    table.noborder{
    border: 0px solid rgb(0,0,0)!important;
    }
    
    #search-toggle { display: none; }
    @media only screen and (min-width: 990px) {
    .site-footer #first {
    	width: 680px !important;
    }
    
    table.noborder{
    border: 0px solid rgb(0,0,0);
    
    }
    .site-footer #second {
    	width: 380px !important;
    }
    }
    
    #site-generator { background: rgba(0, 0, 0, 0.7); } /*(Das ist der schwarze balken ganz am ende der website)*/
    
    .page-id-22 .sidebar {
       background: #ebebeb none repeat scroll 0 0;
       height: 2650px !important;
    }
    .sidebar{
    
    background:#ebebeb!important;
    }
    html .site-footer {
        background: #ebebeb;
    }(das is der footerbackround)
    
    table.noborder{
    border: 0px solid rgb(0,0,0)!important;
    }

    Regards,
    Tikaram

    #122171
    jomi
    Participant

    Oh many many thanks ur the best…..
    nice to have such a good support like u.

    u solved all my problems πŸ™‚

    but i have 1 last question when i look at my website with a smaller tab i cant see my menΓΌ. because these 3 lines at the top of my website have a bad color do u have any idea to change the color of “the menu” (the 3 strokes/lines) to white ?
    so many thanks have a goood day ;9
    JOMI πŸ˜‰

    #122220
    tikaram
    Keymaster

    @jomi : Add the following additional css and save.

    .mobile-menu-anchor a.genericon-menu,
    .mobile-menu-anchor a.genericon-menu:hover {
    	color: #fff;
    	text-decoration: none;
    }

    Let me know if this resolves the issue or not

    Regards,
    Tikaram

    #122223
    jomi
    Participant

    ohh yes thank u everything works wonderfull πŸ˜‰ ur the best thx for ur support u helped me πŸ™‚

    #122232
    tikaram
    Keymaster

    Hello Jomi,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    #122237
    jomi
    Participant

    jes i did thank you :=)

    #122240
    tikaram
    Keymaster

    Hello Jomi,

    Thanks a lot for giving a Wonderful review.

    Regards,
    Tikaram

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘change color of sticky sidebar widget background’ is closed to new replies.