Viewing 5 replies - 1 through 5 (of 5 total)
  • Change the background color of the code below in your style.css file.

    #carousel-list .box {
        background-color: #000000;
        height: 460px;
    }
    Thread Starter Nils Fridlund

    (@mrbennet)

    Aha, okey!

    But if I would like to upload a image instead of a color, what to type in than?

    Assign a background-image rather than a background-color in your CSS. See https://www.w3schools.com/cssref/pr_background-image.asp

    Thread Starter Nils Fridlund

    (@mrbennet)

    I tried this:

    #carousel-list .box{
    height: 460px;
    background-image: url(‘../images/user.png’);
    }

    But it dident work. What to do?

    Hi

    I would like to edit a color in my theme and my theme is Huraly and I have option of customize your site on Home Page where I can change the background color but after changing the background color my site became very slow and even I am not able o see any changes in background color.
    My website link is https://www.nationeeds.com
    Please help me to resolve the issue

    I have tried to delete cached pages also but still in Chrome it says your website became unresponsive and kill the page.

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