-
AuthorPosts
-
February 20, 2014 at 1:35 pm #226729
Hi
I know you are all swamped with issues: I have a couple of easy ones:1. I need to turn off the titles in all my fullscreen slideshows
2. I need to hide the author on my blogposts.that’s it for now.
thanks
nFebruary 20, 2014 at 3:01 pm #226783Hi Munford!
Add this on Quick CSS or custom.css:
.text-sep.text-sep-cat, .blog-author { display: none; } .avia-caption-title { display: none; }
Regards,
IsmaelFebruary 20, 2014 at 3:22 pm #226805That’s the code I tried already for hiding the titles but it doesn’t work.
?? I have cleared the cache, reloaded.
neither does the hiding of the author code. The quick css seems to not really respond to changes.I am also trying to change the font of the team member name globally on my site with this:
.team-member-name {
font-size: 14px;
font-weight: 600
}but it doesn’t work – I have cleared the cache and reloaded over and over.
same problem –you can see both issues on this page:
http://www.copenhagenfilmcompany.dk/2014/corporate-en/
any suggestions? I tried with the “!important” but same result.- This reply was modified 10 years, 9 months ago by Munford.
February 21, 2014 at 12:21 am #227125after I deactivated W3 total cache, due to a problem with anchors not linking correctly, I now see my css changes to the team member titles, but still have the names on the slideshow. Any ideas? Is there any way to specify the team member name font sizes on specific pages?
thanks for your continued amazing support.
n- This reply was modified 10 years, 9 months ago by Munford.
February 21, 2014 at 1:32 am #227179Hey!
Please refer to Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
Please add following code to Quick CSS and adjust as needed.page-id-982 .team-member-name { font-size: 15px; }
You should right click on Chrome or Firefox and click Inspect Elements to find page ID then change the ID in custom CSS code to match your page ID
Best regards,
YigitFebruary 21, 2014 at 10:09 am #227333can this tool tip code
jQuery(document).ready(function($){
jQuery(‘img’).removeAttr(‘title’);
});be put in the child theme?
thanks yigit. the end is in sight.
- This reply was modified 10 years, 9 months ago by Munford.
-
AuthorPosts
- The topic ‘slideshow titles, author in blog’ is closed to new replies.