changing the features widget

Hi

I wanted to change the feature pictures to black

also to make “SERVICES” a black button/white text that links to my services page

possible?

Many Thanks

Hi @ellisdan,

I hope you are well today and thank you for your question.

I wanted to change the feature pictures to black

also to make “SERVICES” a black button/white text

Sure we can achieve this by developing custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you?

that links to my services page

To achieve this you have to develop custom code in the theme.

Best Regards,
Movin

hi

thanks for the reply!

my site is danelliswriting.com

Thanks!

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_features i.fa {
    color: #000;
}
.shapely_home_features h3.mb16 {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 3px 15px;
    font-size: 30px;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

brilliant, thank you!

You are most welcome here :slight_smile:

Hi @Movin,

Is it possible to add html tags to the Features Section?

I have the plugin for the parallax widgets but I can not figure out how to customize the features section.

Thanks for your help!

@madr1727 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.