Can I make the "inner" background black instead of white?

Discussion in 'ColorWay WordPress Theme' started by piagemmer, May 29, 2016.

Thread Status:
Not open for further replies.
  1. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Hi there,

    Thanks for your support everytime I have a question. It is great.

    Is it possible to change the "inner background" from white to black?
    (And change the text colour to another than black, so that it will not dissapear).

    Please see attached.

    Thanks in advance. Looking forward to see if this is possible :)

    Best Pia
     

    Attached Files:

  2. priya

    priya Guest

    Hi, Pia..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .container {
        background-color: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    This is great. Thank you so much!
    Love your support!

    Have a great day :)
     
  4. priya

    priya Guest

    Thanks a huge lot for your appreciation, Pia..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    One more thing... If I want the text colour in the container and in the feature columuns and sidepanel to be #DDDBDC, what is the code for that? (In custom CSS)

    I have changed the colour of the headlines. But I cannot figure out to change the main text colour.
     
    Last edited: Jun 8, 2016
  6. priya

    priya Guest

    Hi,

    Please send us screenshot of the concerned area and your site URL as well so that we can assist you accordingly..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0

    Attached Files:

  8. priya

    priya Guest

    Hi, Pia..

    Below is the code for that...
    Code:
    p {
        color: #DDDBDC;
    }    
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Great! Thanks :)
     
  10. priya

    priya Guest

    You're welcome..:)
     
Thread Status:
Not open for further replies.

Share This Page