Archived topic
CTA
3 replies · Started by Jordi on January 2, 2019
Happy new year to all the GeneratePress Community!
I want to add to my site this CTA (about middle page header in orange button in blue) https://bigseoagency.com/por-que-hacer-marketing-contenidos/ and also the blue square in the sticky sidebar.Any ideas?
Thank you!
Hi there,
Happy new year to you too :)
If you right click on the CTA element then use browser inspect, you can see exactly how it was created and the CSS associated with it. This shouldn't be theme related as it's just HTML.
As for specific sidebar color, this CSS would color the first sidebar widget:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
The idea is coming from this site in our library:
https://gpsites.co/marketer/
Thank you Leo! I will try
No problem :)