• Resolved blandine29

    (@blandine29)


    Hello,
    How can I change this part “call to action top settings” ?
    My logo’s colour is #f07d00 ?
    Thank you !

Viewing 15 replies - 1 through 15 (of 28 total)
  • Hi blandine29,

    Thanks for contacting us,

    If you want to change the color of the call to action, then use the following css code in the custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css field).

    .purchase_main_content
    {
    background-color: #f07d00 !important;
    }

    change the value as you need.

    And if you do not want to then please share a screenshot of the issue you are facing, so that we can help you better regarding that.

    Thanks

    Thread Starter blandine29

    (@blandine29)

    Hello,
    Thank you it works !
    Is it possible to make the same for the button texte and link for the front page but also for the all website ?? …
    Do you think it would be better if I buy the “pro” version (excuse my english… I’m french ??

    Hi blandine29,

    Could you please elaborate us more on your issue

    Thanks

    Thread Starter blandine29

    (@blandine29)

    Hello,
    My logo’s colour is : #f07d00 so I would like to adapt the web site to my web charter…
    On the call to action top settings (for what you gave me the CSS style for it) and also :
    on the button call to action and links ?

    So I wonder if its possible with css code ?
    Thank you !

    Thread Starter blandine29

    (@blandine29)

    Hello,
    Is it possible to change the colour of the “button texte” and the link for the front page (part slider settings)?
    Thank you !!!!

    Hi blandine29,

    For this paste the following css code in custom css field

    .slide-btn
    {
    color: #FFFFFF !important;
    background-color: #f07d00 !important;
    }

    change the value as you need.

    Thanks

    Thread Starter blandine29

    (@blandine29)

    Heelo,
    OK thank you it’s magic, it works. Last question than : is it possible to change the colour of all the “call to action” button on the all web site (for the pages…. ) ?
    Thank you for your answer

    Thread Starter blandine29

    (@blandine29)

    Hello,
    Is it possible to change the colour of the “button call to action” and the links for the all website
    Thank you !!!!

    Thread Starter blandine29

    (@blandine29)

    Hello,
    Is it possible to change the colour of the “button call to action” and the links for the all website

    If there ‘s no possibilities what or the other solutions ? Wbesite rambo Pro ? Thank you for your answer !!

    Hi blandine29,

    For this paste the following css code custom css field

    .purchase_now_content h1 { color: #ffffff !important; }
    
    a:hover { color: #db2723!important;}

    change the value as you need.

    Thanks

    • This reply was modified 6 years, 5 months ago by Imran Ali.
    Thread Starter blandine29

    (@blandine29)

    Hello,
    Thank you for the anwser… it works for the link but not for the buttum action .. like “read more”

    Hi blandine29,

    Please share a screenshot of the issue you are facing, so that we can help you better regarding that.

    Thanks

    Thread Starter blandine29

    (@blandine29)

    How can I share screenshot ?

    Hi,

    You can use: https://prnt.sc/ and then share a screenshot

    Thanks

    Thread Starter blandine29

    (@blandine29)

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘call to action top settings : colour’ is closed to new replies.