badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

CSS Help Needed

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26501
    myhelium
    Participant

    Hi, thanks for this theme! It is very close to the one I was going to code, but yours has a lot more functionality.

    Ok, so I need to add a background to the featured content slider font titles. I am using this code:
    .container {
    background-color: rgba(196, 153, 249, 0.52);
    }

    My problem with that is it adds the background all over the theme. What code do I use to just have my background on the slider?
    I need it to make the words show up better since my featured images are so different in color – the words don’t show up without a ‘sheer rgbh’ background color.

    Thank you,
    Geneva

    #26556

    Hi myhelium,

    Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .featured-text {
      background-color: rgba(196, 153, 249, 0.52);
    }

    Thank you for using our theme.

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