Forum replies created

    Roman
    Spectator
    Posts: 3147
    07.03.2015 at 20:03 #15224

    you can insert this in the Theme Options -> Custom CSS:

    .single .entry-categories {display:none;}

    to modify the other things I would recommend to hire a developer, as it’s a customization of the theme’s code

    Roman
    Spectator
    Posts: 3147
    07.03.2015 at 09:13 #15195

    and now, is it still sending with a delay?

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 20:26 #15185

    actually it’s a breadcrumb menu behind, can you try to disable it in, Theme Options -> Page Title Bar -> Breadcrumbs/Search Bar

    did you disable title text for that page?

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 18:32 #15183

    try this:

    .widget-title-background {background:blue!important;border:1px solid #222!important;}

    In reply to Flexslider
    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 18:20 #15182

    where do you insert the image? as featured or in the slider content area?

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 11:27 #15172

    try to play with the padding little bit, Custom CSS:

    td, th {padding: 2px !important;}

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 11:22 #15171

    you are using posts to display on the homepage, so it will not display the title bar, as it doesn’t know which title it should display. I would recommend to use a page in order to display the page title on the home page.

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 11:19 #15170

    will test it on my side now 🙂

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 11:16 #15169

    please try a different email address, I have test it and it works just fine for me…

    Roman
    Spectator
    Posts: 3147
    06.03.2015 at 10:22 #15168

    .widget-title-background {background: blue;
    border: 1px solid #222;}
    .content {background: #555;}

    modify per your needs