Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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
    n

    #226783

    Hi Munford!

    Add this on Quick CSS or custom.css:

    .text-sep.text-sep-cat, .blog-author {
    display: none;
    }
    
    .avia-caption-title {
    display: none;
    }

    Regards,
    Ismael

    #226805

    That’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, 2 months ago by Munford.
    #227125

    after 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, 2 months ago by Munford.
    #227179

    Hey!

    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,
    Yigit

    #227333

    can 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, 2 months ago by Munford.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘slideshow titles, author in blog’ is closed to new replies.