Okay
  Public Ticket #1954806
Change colors header and footer
Closed

Comments

  • Marko started the conversation

    Como puedo cambiar los colores de encabezado y pie de página

    How can I change the header and footer colors?

    Thanks!!

  •  1,641
    Andrey replied

    Hello, Dear Marko!

    If you want to change colors on your website, first of all, please click WP Dashboard => Plugins => All Plugins. Be sure that WP-SCSS plugin is active.

    Then click WP Dashboard => Settings => WP-SCSS and apply the following options like on this screenshot: http://nimb.ws/twoZhD 

    Input in Scss location this path: /scss/

    Input in CSS Location: /css/

    Then save changes.  

    Go WP Dashboard => Appearance => Customize => Theme Color Scheme: http://nimb.ws/Ssvn3f

    Here you may change default theme's colors to your corporate. Change colors and click "Publish" button.

    Wait some time and check result at front-end.

    Also read our documentation and watch video tutorials: http://webdesign-finder.com/docs/dotdigital/documentation_theme/index.html

    Best Regards!


  • Marko replied

    I need to change these parts color

    Thanks!!

  •  1,641
    Andrey replied

    Hello, Dear Marko!

    If you want tо change the color of these sections, you can just put the following codes in Additional Css:

    .header-4 .page-topline {
        background: #88abdc;
    }
    .ds.page_footer {
        color: #a4a9b9;
        background-color: #5683c1;
    }
    .page_footer .left_part {
        background-color: #96bcf1;
    }
    .page_footer .right_part {
        background-color: #5485c8;
    }
    

    Please, see the example:

    http://prntscr.com/n68z66

    http://prntscr.com/n68zvi

    http://prntscr.com/n690s6

    Best Regards!

  • Marko replied

    Una ultima pregunta, en imágenes de carrusel, la imagen sale en blanco y solo al pasar el puntero se ve la imagen, como le hago para que se vean desde un principio.

    One last question, in images of carousel, the image comes out in white and only when passing the pointer you can see the image, as I do to see them from the beginning

    Thanks!!!

  •  1,641
    Andrey replied

    Hello, Dear Marko!

    Please, send for us the following info:

    Link/login/password for your WP Dashboard.

    Best Regards!