Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter telanganaemployees2017

    (@telanganaemployees2017)

    1. Specially Widget Font Color not changing for widget i used
    .widget-title {
    background: #227DD0;
    color: #FFF;
    }

    Theme Author Tom

    (@edge22)

    2. Give this a shot:

    .header-widget {
        margin-top: 35px;
    }

    3. This should do it:

    .one-container .site-content {
        padding-top: 0;
    }

    Let me know ??

    Thread Starter telanganaemployees2017

    (@telanganaemployees2017)

    thxs for respond

    1. how to hide Header Search box in Mobile view
    2. Widget Text Color not changing even i tried code also how to change widget text color

    Theme Author Tom

    (@edge22)

    1. Try this:

    @media (max-width: 768px) {
        .header-widget {
            display: none;
        }
    }

    2. The widget title?:

    .sidebar .widget .widget-title {
        color: #fff;
    }
    Thread Starter telanganaemployees2017

    (@telanganaemployees2017)

    Really thxs a lot

    .sidebar .widget .widget-title {
    color: #fff;
    }

    its not working to bottom widgets i used

    this code
    .sidebar .widget .widget-title {
    color: #fff;
    }
    .widget .widget-title {
    color: #fff;
    }

    Thread Starter telanganaemployees2017

    (@telanganaemployees2017)

    .

    Theme Author Tom

    (@edge22)

    The footer widget titles look white to me as well?

    Let me know ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Settings Widget Style Settings Change’ is closed to new replies.