Multiple Questions

Posted in: Newsmag
Post count: 14

Website

Question 1: On the homepage, I want to remove the dates from underneath the three headlines starting with Kenya…, Iraq…, and Raw:… which are utilizing Block 5.
But, I want to keep the dates underneath the articles on the other pages and on the posts, so I can’t just disable the “Show Date” option in the Theme Panel under the Post Settings, because, whilst that removes the dates from the homepage, it also removes the dates from here and here, which, I don’t want. How do I remove, or hide with CSS, the dates from underneath the three World News Headlines on the homepage?

Question 2: With your previous help (thanks), I’ve customized the “RELATED VIDEOS” heading viewable at the bottom of this post.How do I make the corners on the right hand side of the “RELATED VIDEOS” rounded like the corners on the left hand side?

Question 3: I’ve created a Video Sources page. I want to make the page heading have a black box with white writing like the World News heading on this page. Inserting a “Text with title” makes the heading I want appear but there is too much of a gap/space underneath then. Is there a specific html/css tag that I can enter to make the desired heading appear?

Post count: 7909

Hi,

1. Please use this custom css to hide date only on that block: http://screencast.com/t/KfFlqlvv

.td_block_5 #td_uid_1_54c2328494e94 .td-post-date{
display: none ;
}

2. Use this css to customize the border: http://screencast.com/t/lgamHdYZEv

.td-related-title .td-related-left{
border-radius: 3px;
}

3. And this code for title: http://screencast.com/t/CK8IVSbp

.page-id-4571 h1{
background:black;
color:white !important;
width:7em;
padding-left:10px;
border-radius: 5px;
}

Also if you like it more you can use “pagebuiler with title” template and text blocks for your video sources list: http://screencast.com/t/w9XdEAMooqB
Result: http://screencast.com/t/6b64BmVja

Hope this helps!
Thanks!

Post count: 14

🙂 Thanks!

Post count: 18

Hi Simon

i have one question, how do you make your youtube player white. Can i make that for all my videos from youtube.

THX

Post count: 6600

Hi,

You can do it by adding a new parameter to your embed code, you can find more info about this here: http://www.labnol.org/internet/youtube-player-color/19911/
You can find here the video iframes: http://screencast.com/t/dVh8bEemby

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.