Page Customizations

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Jan 3, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wlm_inpageloginform th {
    background-color: white;
    }
    You are using form which build in tables and the tables have some limitations they are not responsive.
    You can find some css code from below link to fix your issue.
    http://css-tricks.com/responsive-data-tables/

    Thanks & Regards
    Pramod
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Thanks, ended up changing again.
     
Thread Status:
Not open for further replies.

Share This Page