Customize Color in Customizer

Home Forums Company Elite Pro Customize Color in Customizer

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10262
    Anonymous
    Inactive

    How can a customize the color for the linkbutton in the special pages widget and the link button in featured page widget. I could not found it in the color options. I found every link button accept these

    #10266
    Axle Support
    Moderator

    Hi Robert,

    Can you please provide us your site URL for both of the pages? We can provide you the instruction or provide you the custom CSS to add color for the button if required.

    #10267
    Anonymous
    Inactive

    Dear Support,
    thanks for your quick response.
    the url is: https://site005.beneage.de/
    Please have a look on the start-page, there is further the backgroundcolour of the social media buttons and the little diamond under each headline, I can not find it as well in the color options.

    #10273
    Axle Support
    Moderator

    Hi Robert,

    To change the background color of social links and small diamond shape below each heading, you can go to Appearance > Customize > Additional CSS and add these CSS codes.

    For Social links background change

    .company_elite_widget_social ul li a::before {
        background-color: #f5f3f3;
    }

    To change the color of a diamond shape below each title

    #sidebar-front-page-widget-area .separator::after {
        background-color: #f9bb56;
    }
    #10285
    Anonymous
    Inactive

    Dear Support-Team,
    thank you very much for your quick answer. It looks fine!
    But one more thing 🙂

    How can a customize the color for the linkbutton in the special pages widget and the link button in featured page widget. I could not found it in the color options. I found every link button accept these. Further how can I change the text in the linkbutten.

    Best
    Robert

    #10288
    Axle Support
    Moderator

    Hi Robert,

    We are sorry, there is no option to style button for each page. You can use page builder like Elementor for this.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.