Digital experiences for all disciplines
Forum Replies Created
-
-
Can you post a link to your site?
– Ed
You can add the following to the custom css box within the theme options to do that:
.overlay-shape li, .no-shape li, .related-items li { opacity: 0.3; -moz-opacity: 0.3; filter:alpha(opacity=30); } .overlay-shape li:hover, .no-shape li:hover, .related-items li:hover { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
– Ed
We’ve fixed the reload issue we had. Can you please check if you can now access the forum?
@gabriel – your code has been accepted, so you will have access.– Ed
Make you sure don’t have the posts page set in Settings > Reading. This will force it to use the archive layout.
– Ed
Add the following to the custom css box within Pinpoint Options:
a.sf-button.green { background: #
; color: #fff; } Hope that helps. I’ve replied to your other topic regarding the icons, best to keep the discussions separate.
– Ed
Not as standard, you’d need to edit the css and social icon image files.
– Ed
Hi there,
This should be available to set in the slider options, or slider advanced options (when you insert the slider). Can you send a link?
– Ed
Hi Jon,
What configuration are you using for the header?
– Ed
Glad you sorted it 🙂
– Ed
Sure, just add the following to the custom css box within Pinpoint Options:
@media only screen and (max-width: 767px) { .header-items { display: none!important; } }
– Ed
No worries 🙂
– Ed
April 8, 2013 at 9:28 pm in reply to: How do I remove the no comments vidget (above the image on the wright)? #1057Add the following to Pinpoint Options > General Options > Custom CSS:
.blog-item-details .comments-likes { display: none; }
– Ed
April 8, 2013 at 9:26 pm in reply to: How to make posts appear without the thumbnail on home page? #1056They are meant to be full width. You can stop this with the following css:
.archive .blog-item figure img, .category .blog-item figure img { max-width: 100%; width: auto; }
For the footer, you’d be best to use the 3 column footer and add the text to the middle column.
– Ed
This is for you to add an extra class, and then you can add custom css in Pinpoint Options > General Options > Custom CSS.
For example:
.wpb_box_text.red-text { background: red; color: #fff; }
Where “red-text” is the extra class.
– Ed
Hi there,
That’s not possible as standard, the breadcrumbs bar appears in the top bar if you enable the Breadcrumb NavXT plugin.
– Ed
-
Posted in: Reply To: Breadcrumbs