Home › Forums › All Other Themes › Filmmaker
- This topic has 20 replies, 3 voices, and was last updated 4 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 26, 2019 at 3:15 pm #140004
Using Filmmaker theme, I wanted to use HOME > LATEST NEWS block and when I select it, it just shows the short code on the page. I removed the block because it doesn’t look right but the website I’m using is https://splatpoint.club
November 27, 2019 at 1:11 am #140020Disregard.
November 27, 2019 at 1:40 am #140021DISREGARD
November 27, 2019 at 1:46 am #140023I was able to get LATEST NEWS to work on my site. Is there a way to make those LATEST NEWS items smaller?
November 27, 2019 at 5:47 am #140036Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.post-style4-thumb { max-width:320px; margin-bottom:40px;} .post-style4-thumb .post-style4-thumb-border { width:320px; height:320px;} .post-style4-box { padding-left:350px;} .post-style4-content { padding:40px; margin-top:40px; min-height:320px;} .post-style4-box { min-height:360px;} .post-style4-box:nth-child(2n) { padding-right:347px;} .post-style4-box:nth-child(2n) .post-style4-content { padding:40px;}
Regards,
DaveNovember 27, 2019 at 11:55 am #140053Thank you.
November 28, 2019 at 5:29 am #140090Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/
Regards,
DaveNovember 30, 2019 at 2:08 pm #140213I sure will! One other question, the button on the slider on the front page. Is there a CSS I can use to move it up and down on the image so I’m not covering text?
November 30, 2019 at 2:11 pm #140215May as well ask if I can move it left and right as well.
December 2, 2019 at 12:56 pm #140301Hi,
Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:
.slidebtn a { position: relative; top: 10px; left: 10px; }
Regards,
ShriDecember 2, 2019 at 10:19 pm #140318Thanks. So, to reposition, the greater the number, the more it moves in that direction?
December 3, 2019 at 6:06 am #140348Hi,
I can’t understand a thing what you are saying. Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveDecember 3, 2019 at 3:15 pm #140490I figured that one out. I’m sorry. I do have a couple of more questions.
1. The post title font. I have tried to change it in the customizer. It changes, but when I publish, it goes back to the original font and size. It’s the squished font (not sure the name of it) used for the title of a post. Here is an example:
https://splatpoint.club
If you scrolled to the latest news and click on any of the news items, you will see.
2. At that same web site, there is a boarder around the HOME items I have placed on the front page. Is there a way to make that border smaller?
3. Should be my last question. I placed a background image for Christmas, but when I view an individual post, the background is seen behind the text of that post making the post unreadable. (I’ve since removed the background, but wanted to bring it back.)
Hopefully, these will be the last of my questions. I appreciate all of your help with this project.
December 3, 2019 at 3:17 pm #140491Sorry, for some reason it erased my web page link. It’s https://splatpoint.club
December 4, 2019 at 5:31 am #140506Hi,
1. The post title font. I have tried to change it in the customizer. It changes, but when I publish, it goes back to the original font and size. It’s the squished font (not sure the name of it) used for the title of a post. Here is an example:
Ans: Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:
.single_post .postitle { font-family: arial !important; font-size: 35px !important; line-height: 43px !important; }
2. At that same web site, there is a boarder around the HOME items I have placed on the front page. Is there a way to make that border smaller?
3. Should be my last question. I placed a background image for Christmas, but when I view an individual post, the background is seen behind the text of that post making the post unreadable. (I’ve since removed the background, but wanted to bring it back.)
Ans: Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.