By Syabab on Friday, 26 February 2021
Posted in General Issues
Replies 3
Likes 0
Views 402
Votes 0
Hi,

In Setting - Layout - Toolbar we have border color setting. But no border setting for Layout - Styling.

Thanks

border-color.png
Hi Syabab,

There won't be settings for each button styling. Your other alternative is to use custom css.

#es .o-tabs--stacked .o-tabs__item.active > .o-tabs__link {
border-right: 2px solid #4A90E2;
}
The border color around the New Page button is dependent on the button color, so it should be red color as well, not blue. Can you provide me the link to the page so I can examine your button?

If your red button's border color is showing blue during hovering, can you try the following custom css?

#es .btn-es-primary:hover {
border-color: rgba(78,230,200, 0) !important;
}
·
Friday, 26 February 2021 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Thanks for your reply. I've updated the site details.

Thanks
·
Friday, 26 February 2021 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Syabab,

I checked your button and it looks like your applied styling is working now.
·
Friday, 26 February 2021 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post