Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #125649
    Ed
    Participant

    In Decree Pro (love it!) I’ve included the ‘CT: Featured posts’ (‘before content’) and now want to change the color scheme of the buttons and links. Where in the Customising part do I find the customisation of the widget area?

    #125689
    tikaram
    Keymaster

    @edkomduur : It should be changed with additional css. The widget part can be customized in sidebar only from the customizer. Please let me know your site URL and the colors you want to display and I will provide you the additional css. Let me know if you have any other issues.

    Regards,
    Tikaram

    #126096
    Ed
    Participant

    Hi Tikaram,

    The site URL is https://risk-reflect.com and on the Frontpage you’ll see the red buttons under the team presentations (in the Theme this part is called ‘Team’ but it is nowhere in the coloring options.

    The new color scheme should be:
    button edge #002060
    button fill #ffffff
    button text #002060
    button hover edge #148aff
    button hover fill #148aff
    button hover text #ffffff

    #126250
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional css and add the following css.

    #team-section .button-minimal {
    	border: 2px solid #002060;
    	background-color: #ffffff;
    	color: #002060;
    }
     #team-section .button-minimal:hover, #team-section .button-minimal:focus {
    	border: 2px solid #148aff;
    	background-color: #148aff;
    	color: #ffffff;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #126252
    Ed
    Participant

    Thanks Tikaram, it’s working as desired!

    #126255
    tikaram
    Keymaster

    @edkomduur : Welcome and Have a Good day.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color scheme Decree Pro widget’ is closed to new replies.