Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @bayu-angora

    can you please provide me URL so, i can guide you to solve it.

    Thanx.

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @bayu-angora

    1.Css for Logo align center

    #header .pad {
      display: flex;
      justify-content: center;
    }

    2. In which browser you get this kinda error? Because it’s working fine for me in both Chrome Chrome-browser and for Firefox Firefox.

    3. CSS for Make bottom area all white.

    #footer-bottom #back-to-top {
      background: transparent;
    }

    To do that, go to Appearance → Customize → Additional CSS and enter the above CSS code.

    Let me know if that does it.
    Thanx

    Thread Starter bayu-angora

    (@bayu-angora)

    1. It works.
    2. Opera Mini.
    3. It only works for scroll up button. I mean, I want full bottom footer (that still light grey) become full white. Not only for scroll up button.

    Theme Author Alexander Agnarson

    (@alxmedia)

    2. Due to the way where the code is placed with the dark switch in the sidebar, I would need to move this with javascript/jquery to make it not move down with the menu expansion. If anyone else would like to look into this, feel free to.

    3. Try this and disable wave style in theme options:

    
    #footer { background: #fff; }
    
    Theme Author Alexander Agnarson

    (@alxmedia)

    The part is still gray because it’s an image. You can disable it in Theme Options > Styling > Wave Style > OFF

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS Code For Boxstyle’ is closed to new replies.