Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #56741

    I want to change the color of this button. Where do I begin?

    #56753
    Leslie Bigos
    Participant

    You didn’t say what Theme you have, but if you go to Theme Options > Homepage Headline Color Options, you should find the options that you need to change the Button.

    I believe the support is slow because of the devastating earthquake in Nepal. I hope I have been helpful.

    #56847

    My apologies. I’m using adventurous theme. There is no headline color option in theme options.

    #56923
    Sakin
    Keymaster

    @bigoslesli: Thanks a lot for your support in this hard time. My head is still spinning. I really appreciate it.

    #56924
    Sakin
    Keymaster

    @jacquelyn_jefferies: For color option, you need to upgrade to Adventurous Pro theme. In Free version, you can do it manually by adding in Custom CSS.

    You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #homepage-message .right-section a {
    	background-color: #9bc23c;
    	border-color: #fff; 
    	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    	color: #fff;
    }
    #homepage-message .right-section a:hover {
    	background-color: #87ae28;
    	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    }
    #56928

    Thanks so much! That took care of it.

    #60146
    Caitlin
    Member

    Sakin, I have Catch Kathmandu Pro (http://www.BodySHopPT.com). I cannot find where to change the color of the Call to Action button and tried to copy and paste the code above with no success. Also, I cannot change the color behind my featured image slider.

    Thanks!

    #60151
    Caitlin
    Member

    Update: I just needed to add a semicolon in there. Got the Call to Action changed. Still don’t know where to change the featured image slider background color.

    #60155
    Sakin
    Keymaster

    @Caitlin For slider background and border color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main-slider {
        background-color: #21759b;
        border-color: #1b5f7d;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Call to action Button’ is closed to new replies.