[Support request] CTA

Home Forums Support [Support request] CTA

Home Forums Support CTA

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #771202
    Jordi

    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!

    #771296
    Leo
    Staff
    Customer Support

    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/

    #771515
    Jordi

    Thank you Leo! I will try

    #771583
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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