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*

tint behind text on sliders

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63425
    rowena
    Participant

    Hi There,
    I have text running over the sliders but it gets lost against the images. Is there any way of putting a tint behind the text as in Altitude Pro? Also how would I put buttons on the pages as you have done in the demo?
    Thank you.

    #63616

    Hi there,

    Go to Appearance > Customizer > Design Options > Custom CSS and paste the custom CSS code below to tint behind the text.

    .featured-text .featured-title {
        padding: 10px 20px;
        background: rgba(58, 176, 219, 0.9);
        margin-bottom: 10px;
    }
    .featured-text .featured-content {
        padding: 20px;
        background: #555;
        margin-bottom: 20px;
    }

    Thank you for using our theme.

    #63766
    rowena
    Participant

    Thank you so much for that.

    One other thing, what would the code be for filling the button “read more” with tint instead of being transparent?

    Thank you.

    #63808

    Hello Rowena,

    For Read More button just use the below custom CSS code:

    .call-to-action {
        padding: 10px 20px;
        background: rgba(58, 176, 219, 0.9);
        margin-bottom: 10px;
        border: none;
    }

    Thank you!

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