Tagged: , ,

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

    Hello,
    how do i chane the font size to be over 40px in a text?

    <p style=”text-align: center;”>זקוקים למידע נוסף? </p>

    #1278782

    Hey top1projects,

    Please try this code:

    
    <p style="text-align: center;font-size:40px;">זקוקים למידע נוסף? </p>
    

    But it will make this paragraph not responsive. It will stay big on all screen sizes. It’s better to give this p a class and use css not inline to control it.

    Best regards,
    Victoria

    #1278788

    Thank you so much!
    One last question – how to i change the color only at the contact me button at the “contact us” table.

    https://top1projects.com/ – at the homepage pleae scroll down untull the contact us and you will see over the footer the “cotact us” i would like to chage only the color of the last line’ the button. to orange.

    thank you!

    #1278821

    Hi top1projects,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home .alternate_color input[type='submit'] {
    	background-color: orange;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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