Home Forums Education Booster Pro Color of button

Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #2155
      Anonymous
      Inactive

      The post https://comunicateentusmedios.org/2018/08/15/taller-nuevas-tecnologias-radio-sevilla-cordoba/ has a button called “Apuntarme” but it is shown black colored in black. How can I change its color?

      Thank you. Best regards.

    • #2162
      keonthemes
      Keymaster

      Hello,

      Please refer below simple steps;

      Go to Dashboard > Appearance > Customize > Additional CSS and paste the below code.

      body.single article.hentry .post-text a.wp-block-button__link {
      color: #ffffff;
      }

      Note: the above color code will change to white. Please do replace your desire color code for it.

      Best Regards!!!

    • #2181
      Anonymous
      Inactive

      And I need to change color of button in pages too. For example, here: https://comunicateentusmedios.org/descargas/

      Best regards.

    • #2180
      Anonymous
      Inactive

      This CSS changes color of text. How can I change the color of button?

    • #2187
      keonthemes
      Keymaster

      Please add below CSS code;

      body.page article.hentry .post-text a, body.page article.hentry .post-text a strong {
      color: #ffffff;
      }

      Thanks.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.