Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19515
    dchambers
    Member

    Hello i was wondering how i can change the text that is set on the page by the featured images, you know the images underneath the slider that display pictures and you can enter text underneath which tells your users about the page. Mine seems to be set on grey and i cannot find where to change it i am guessing there is a simple css code for it though, i need to change as my background is black and the grey writing does not show on this background. Thank you

    #19530
    Sakin
    Keymaster

    @dchambers: Sorry I am bit confused. Can you explain in reference to your Site URL?

    #19770
    dchambers
    Member

    i currently have a landing page on if you do not understand in this next explanation then i will. on the homepage my page background is black but the writing is dark grey so the writing is not that clear i was wondering how i can change this

    #19774
    Sakin
    Keymaster

    @dchambers: If you just want to change the text color of Entries in you Homepage Featured Content, then you can play with the color code as per your need. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Title */
    #featured-post .entry-header .entry-title,
    #featured-post .entry-header .entry-title a {
        color: #fff;
    }
    /* For Content */
    #featured-post .entry-container { 
        color: #fff;
    }
    #19782
    dchambers
    Member

    Perfect. thanks alot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing the generic text that is set on the page.’ is closed to new replies.