-
AuthorPosts
-
thinkprague Friend
thinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 12, 2014 at 7:20 pm #196700In an earlier reply is was suggested to edit the CSS to remove the background colour of the component. This was not a good results, as it also removed the white background of the contact us for and the RSS list.
The weirdest thing is that this only appears on three of the menu items, but double checking I see they don’t have any different modules linked to them that might cause this issue.
If you go to http://ams14.siteground.eu/~thinkmag/thinkster/index.php you see the Prague city background and now white bar behing the article boxes.
Same background image in http://ams14.siteground.eu/~thinkmag/thinkster/index.php/advertising-info, but the white bar appears. How to get rid of it WITHOUT DELETEING background colour in CSS??
it is also in this other linked page http://ams14.siteground.eu/~thinkmag/thinkster/index.php/think-city-card-application
Any thoughts on this mystery? I can find nothing on it in the forums…
thanks
Jeff
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 14, 2014 at 8:53 am #530774Hi Jeff,
Please try to create new file called “custom.css” in /templates/your_template_name/css/ path, then add this rule:
#t3-mainbody .t3-content.span9.pull-left {
background: none;
padding: 0;
}Let me know how it goes
thinkprague Friendthinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 14, 2014 at 10:09 am #530784It doesn’t go good. This was recommended before, and while it DOES fix the issue of the bar, it also removes the white background from the RSS feed link and the Contact us page (see attachments).
Is there another solution?
I will need people filling in the contact form to be able to read it.
-
thinkprague Friend
thinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 15, 2014 at 9:52 am #530946What can this be?? Why would these two menu items have this white bar box?
Anyone have a suggestion other than removing the needed white background ?
thanks!
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 15, 2014 at 9:55 am #530947@ thinkprague,
Please apply this additional tweak.
Add following rules to the file: /templates/your_template_name/css/custom.css#t3-mainbody .t3-content.span9.pull-left {
background: none;
padding: 0;
}
#t3-content .newsfeed-category.noajax {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px;
padding: 2em;
}
#t3-content .contact.noajax {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px;
padding: 2em;
}1 user says Thank You to Nazario A for this useful post
thinkprague Friendthinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 15, 2014 at 11:21 am #530957Stellar! That did it…
The very last thing i need to complete to be done is getting the white headlines to show in the article box view….
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 16, 2014 at 10:19 am #531113@ thinkprague,
Please add the following rule into the same custom.css file (instructed earlier):
.item article {
background: #FFFFFF;
}
.item article:hover {
background: #FFFFFF;
}* You can change the color in red as you wish.
Also, you can refer to this tip to use the class suffix for customisation. Then add CSS style for such suffix via the /templates/your_template_name/css/custom.css file.
Hope this helps.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Nazario A 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum