Forum replies created
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
and now, is it still sending with a delay?
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?
try this:
.widget-title-background {background:blue!important;border:1px solid #222!important;}
where do you insert the image? as featured or in the slider content area?
try to play with the padding little bit, Custom CSS:
td, th {padding: 2px !important;}
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.
will test it on my side now 🙂
please try a different email address, I have test it and it works just fine for me…
.widget-title-background {background: blue;
border: 1px solid #222;}
.content {background: #555;}
modify per your needs