How can I make a container box and text more prominent and colorful?

i want the box to be more bold and the text to more bold as so its readable. please check picture below and help please and how to change color of container and text to EFA99F

Hi @amnaaaaa

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the base.cssfile and add the following code to it.

.banner__buttons .button--secondary {
  color: #EFA99F;
  font-weight: 700;
}
.banner__buttons {
  border: solid 2px #EFA99F;
}

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!