Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24511
    drew
    Member

    First I wanna say thanks for a great job on this theme.

    I am very new to editing css/html. I am trying to change the color of the slider and footer to a color of my choice. I tried going to the style.css stylesheet and tried making these changes

    #secondary-menu {
    background-color: #D0153A;
    }
    #footer-menu {
    background-color: #D0153A;

    after updating the stylesheet nothing changed. Could you tell me where I made the mistake and how to implement these new changes.

    Thanks,

    Drew

    #24529
    Sakin
    Keymaster

    @drew: Thanks for your appreciation. Just wanted to let you know that you should never edit any core theme files like style.css, index.php, functions.php and so on. As all the edit in the core theme files will be reverted back when you update the them.

    So, to edit the CSS. Either you need to add in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add the css that you want to change in child theme style.css. It would have been easy if you had post in your site URL. So, now I am assuming that you are using Catch Kathmandu theme. If you upgrade to Pro version then you will be able to change the color from Color Options panel. So try that. If you want to stick with the free one then send me your site URL and let me know the color that you want to change to. Also is it background color or text color.

    #24531
    drew
    Member

    Yeah, i had a feeling that I wasn’t supposed to edit that file, i’ve changed it back though. As I said, I am very new to this. Anyways my website is http://www.gtaeldercare.com and the color code is #C91515

    #24532
    drew
    Member

    Also, I wanted the background color to be changed, not the text

    #24547
    Sakin
    Keymaster

    @drew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box

    /* For slider */
    #main-slider { background-color: #c91515; }
    #main-slider .entry-container { background: none transparent; }
    /* For Footer */
    #site-generator { background-color: #c91515;}
    #24572
    drew
    Member

    thank you very much, it worked fine!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Looking to change slider/footer color’ is closed to new replies.