Forum Replies Created

Viewing 1 replies (of 1 total)
  • Theme Author Vegam Soft Solutions

    (@muruganathan)

    Hi,
    Thank for your review.

    Q: I want to change the 2nd header to be solid blue?

    Ans: Edit your style.css files
    code:
    .about-ban {
    background: url(../img/banner-new.png) right center repeat;
    overflow: hidden;
    }

    Change the above class background color like solid blue.

    Remove this: background: url(../img/banner-new.png) right center repeat;

    Add this: background-color: your color code;

    if you need more clarification let us know.

Viewing 1 replies (of 1 total)