Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #57707
    Craig
    Participant

    Hi,

    I have Full Frame Pro – and have set my Featured Content Background Image.
    However – Because of the image, the background is very light on the left hand side and very dark on the right, so there is no colour I can make the text on the content excerpt which is 100% readable.
    Is there a simple way of putting a background around the excerpt text & headline (page name), with opacity so the image is visible through but the text is easier to read?

    Thanks in advanced,
    Craig.

    #57762
    Sakin
    Keymaster

    @Craig: Please post in your site URL so that I can check in your background image and suggest you the css.

    #57790
    Craig
    Participant

    @Sakin
    Please see http://vps153982.ovh.net/

    Thanks in advanced,
    Craig.

    #57881
    Sakin
    Keymaster

    @Craig: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #featured-content .featured-content-wrap {
    	background: #fff; /* Solid Color For Old Browser */
    	background: rgba(255, 255, 255, 0.6);
    }
    #featured-content .entry-title, #featured-content .entry-title a {
        color: #000;
    }
    #58163
    Craig
    Participant

    Hello – sorry for the delay. That worked fantastic. I’m very happy. Thank-you.

    #58164
    Sakin
    Keymaster

    @Craig: Thanks for your appreciation.

    #78077
    anamoli
    Member

    Hello
    I have Full Frame Free
    How can you change the featured content background image?
    I need to replace the default background image Please, can you help me?
    Thank you

    #78081
    anamoli
    Member

    Sorry, my web is http://todonatura.org/

    #78091
    Sakin
    Keymaster

    @anamoli: For Full Frame Free theme, please use the support forum http://catchthemes.com/support-forum/forum/full-frame-free/

    In Pro version, you can change it from “Appearance => Customize => Featured Content => Featured Content Background Settings”. But in Free version, you don’t have this option. So, you need to upload image from “Media => Add New” and then copy your image URL. After then you can paste your image url in the following css replacing your image URL and then add it in “Appearance => Customize => Theme Options => Custom CSS Options”

    #featured-content {
        background-image: url("your image URL");
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Adding Background to Featured Content’ is closed to new replies.