Pages all have same font color and background Blog Page font color won't change.

Discussion in 'Covera WordPress Theme' started by hfoord, Aug 19, 2014.

  1. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    All my pages are black background. All my font is #feffe8. I just made a new page for my Blog Posts. The background is black but the font color is also black and will not change.
    I have just tried adding the last code .page_content.content etc. but it still does not change the font color on the Blog Posts. How do I get the font color in the Blog Posts (new Blog Page) to change from black to #feffe8?

    My CSS is this:
    .content {
    background: black;
    }
    .page_content .content_bar .post .post_content p {color: ##feffe8;}
    .page_content .content_bar .post .post_meta{color: #feffe8;}
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us website url as well as the screen shot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    I have edited my text (see attached) within the text option of page editor and I can see the correct changes in preview option. When I view the actual website url (no wp-admin) , the posts within News Blog have not changed text color. They are still dark text. In wp-admin, the preview shows the text within News Blog as light text color.
    invictuscommercialinvestment.com
    Also, I would like to have a css code that changes (and works) the text color and indent paragraph (see attached file) automatically. The code that you see in the attachment was found on the forum, however it does not seem to work for me.

    Thank you.....
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following code in Custom CSS and save all changes.
    Code:
    .post-content p {
    color: #feffe8;
    }
    Thanks & Regards
    Yogesh Bhade
     
  5. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    Thank you Yogesh but can I also have the right indent and H1 code for different color text?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following code in Custom CSS and save all changes.
    Code:
    .content-wrapper .content{
    padding:25px;
    }
    To change color of heading yo have to use following CSS
    .post-content h1{
    color:desired color;
    }
    Before it you have to comment one line custom.js file as shown below in screenshot.


    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  7. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    The screen shot is too tiny to read. Can you repost so I can see the comment one line custom.js file?
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Here is readable size of image.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page