-
AuthorPosts
-
June 2, 2016 at 7:47 am #936992
Hi there, I am trying to change the ‘t3-content’ css for my website.
I have tried many things including changing the style.less in the templates folder, and applying
‘.t3-content {
background-color: #F7F7F7 !important;
}’
in the custom.css. However nothing seems to work.
Even more interesting is that the custom.css works when in ‘Developer Mode’What is the correct way to make this change? I have read the T3 website tutorials, and it simply doesnt help/ work the way I presume this should. Any ideas?
Please also see the attached.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 2, 2016 at 8:07 am #937005Hi
Please share also a temp super user account for your backend , i will have a look at your settings and will be able to answer to your question
June 2, 2016 at 8:16 am #937008This reply has been marked as private.June 2, 2016 at 8:19 am #937010Also I want to change remove the minus margin in this? what is the best way of changing this.
Screenshot attached.
@media (min-width: 1500px)
.has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 {
margin-top: -360px;
}
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 2, 2016 at 9:29 am #937045Hi there
I fixed your .t3-content background in your customized theme custom.css file
Regarding minus margins could you explain in details what exactly you want to achieve ?
Maybe with a detailed screenshot since it is not so clear to me
June 2, 2016 at 10:29 am #937057Thank you for that, can you please inform me on which .less files are the ones I should manipulate for further alterations?
Also on the change to the css… I want to remove the minus margin in the following rule… you can see in the screenshot the rectangle that is over the main image. which is the below css: I want to remove the margin-top: -360px
@media (min-width: 1500px)
.has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 {
margin-top: -360px;
}
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 2, 2016 at 2:51 pm #937133can you please inform me on which .less files are the ones I should manipulate for further alterations?
You can apply all needed changes in this file /templates/ja-platon/local/css/themes/proprotheme/custom.css
and add also there
@media (min-width: 1500px) { .has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 { margin-top: -360px; } }
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by pavit 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum