Widgets don't show image headers

Discussion in 'Themia WordPress Theme' started by 63libelle, Apr 16, 2016.

  1. 63libelle

    63libelle New Member

    Joined:
    Feb 1, 2016
    Messages:
    3
    Likes Received:
    0
  2. priya

    priya Guest

    Hello, Julian..

    Greetings from InkThemes!

    Could you please explain a bit more with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 63libelle

    63libelle New Member

    Joined:
    Feb 1, 2016
    Messages:
    3
    Likes Received:
    0
    Hallo Priyanka,

    our theme is Themia Pro Responsive Theme. The widget headings on the right side are currently printed black with no special background (see "current widget headings"), but in the example (see "desired...") they have a grey background and look much better. I didn't find any option to change the headings, but shouldn't it be equal to the example?

    The other question is less important. If you look at a blog page with the Themia theme, each blog entry has a border with a shadow under it (see "blog shadow"). Is it possible to have such single sheets on a page with the template "fullwidth page"?

    Thank you and Greetings
    Julian
    blog shadow.png current widget headings.png desired widget headings.png
     

    Attached Files:

  4. priya

    priya Guest

    Hello, Julian..

    Regarding your first issue,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h2.title {
        background: lightgray;
        color: black;
    }
    .sidebar {
        background: cornsilk;
    }
    NOTE: Change the color as per your interest..

    For the second issue,

    code is as follow..
    Code:
    .content_wrapper .side_content .shadow {
        background: url(images/post-shadow.png) top center no-repeat;
        height: 29px;
        margin-top: -1px;
        margin-bottom: 30px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 63libelle

    63libelle New Member

    Joined:
    Feb 1, 2016
    Messages:
    3
    Likes Received:
    0
    Hello Priyanka,

    I didn't look at my second concern yet, but I think you didn't fully understand my first question. The main issue isn't that I want a specific heading or background color but rather another style.

    By doing some tests and looking into sidebar.php, I found that if no widget is chosen in the dashboard, there are three default widgets with the correct style (sidebar_wrapper, sidebar, wrap_sidebar). If I add any widget, the nice settings in sidebar.php are ignored and some other code is loaded. I couldn't look deeper into wordpress because I don't know much about it, can you tell me how to fix this strange behaviour?

    Thanks
    Julian
     
  6. priya

    priya Guest

    Hello, Julian..

    I have checked this at our end and the styling of the widget is perfect as it is in demo..

    Kindly check the video given below...

    Link of the video: http://screenpresso.com/=rG24g

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page