• Resolved insnicky

    (@insnicky)


    I have a few color changing questions:

    1. How can I change the color of the site background from white?

    2. The feature image on the home page has a background of black. How can I change that to transparent?

    3. The featured portfolio projects section is a black box. How can I change the color from black?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    Follow below rules and change.

    First is changes site background color : –
    using below code in custom css
    body
    {
    background-color:your color code like (##C22121)
    }

    Third is Change featured background image

    Find below code in default.css file (theme package >> css >> default.css)

    .qua_portfolio_carusel, .qua_testimonial_carusel
    {
    background: url(../images/c.png); Change background image
    }

    Thanks.

    Thread Starter insnicky

    (@insnicky)

    Thank you!

    What about this one:

    2. The feature image on the home page has a background of black. How can I change that to transparent?

    Thread Starter insnicky

    (@insnicky)

    Also, the area behind the navigation bar is white, but I want that to match the color of my background.

    Thank you!!

    Hey

    To change background color of the navigation , follow the given below instruction

    Open your header.php file

    Find the below line of code on line no 34
    <nav class="navbar navbar-default" role="navigation">

    And Replace it with below line of code
    <nav class="navbar navbar-default" role="navigation" style="background-color:#fff000">

    Thanks
    Akhilesh

    Thread Starter insnicky

    (@insnicky)

    Thank you!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing colors’ is closed to new replies.