Site logo

Archived topic

how change button color in Ethos template

7 replies · Started by Sima on November 18, 2020

Viewing posts 1–8 of 8

I am using Ethos template and I am not able to change the color of the following buttons:
Practice Area
Font color for "Read more"
the border color for phone number

Please help. thanks

Hi,

Can you link us to the page in question? If possible, can you provide screenshots of specific buttons you're pertaining to as well?

You can provide the details on the Private Information text field. Thank you. :)

I sent the requested information.

Hi there,

1. Buttons on the static page are styled in the Block editor i made a quick video to show how:

https://www.screencast.com/t/XQkNmbG2F7eH

2. Is this the Read More button on the Blog page ? If so that is defined in Customizer > Colors > Buttons

3. The navigation phone button uses this CSS - go to Customizer > Additional CSS and look for:

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
    border: 2px solid rgba(255,170,0,1.0);
    color: #ffffff;
    line-height: 38px;
    padding: 0px 16px;
    margin-top: 6px;
    margin-left: 24px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 400ms ease-in-out;
}

You need to change the rgba(255,170,0,1.0); value - you can replace it with another RGBA or Hex color

David, thank you very much for your help. It worked. except for the yellow color underline "Recent Posts" on the Blog page. Could you please let me know how to change the color for the underline?

thank you again.

In the Additional CSS edit bottom-border in this block of code:

.sidebar .widget-title, .footer-widgets .widget-title {
    border-bottom: 1px solid #ffaa00;
    line-height: 1.6em;
    display: inline-block;
}

David, thank you very much. it worked. :)

Glad to be of help

This archived topic is closed to new replies.