-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 3, 2016 at 6:36 am #875131Hi
Could u post a screenshot with details of issue with your site url here so i can assist you better .February 3, 2016 at 2:25 pm #875488Thank you for the very prompt answer, Pankaj!
I’m attaching the file with the description of the problem… The site is on http://sindfaz.org.br/teline.
Thanking in advance,
Givanildo R. D. Souza
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 4, 2016 at 2:11 am #875860Hi
There is no option to hide the category in the ACM module . You can hide it with adding this css code in custom.css file.magazine-item-media .item-image + .category-name { display: none; }
February 4, 2016 at 2:52 am #875905Thank you again.
Do You mean create a file custom.css inside ./templates/ja_teline_v/css/? (Sorry if it looks dumb, but It’s been about 15 years since I made my first css, and I move to embbeded since then… forced to return and correct an abandoned job)
Thanking in advance,
Givanildo R. D. Souza
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 4, 2016 at 3:13 am #875934Hi
yes Go to /templates/ja_teline_v/css/custom.css Create a new file with name custom.css if file is not present .February 4, 2016 at 3:39 am #875943Thank You very much!
That´s exactly what I was looking for. One last question… Is it possible to have a background texture in the frontpage? It worked in the events.css by putting
.layout-events body {
background: url(../images/ev-bg.jpg) no-repeat fixed center top #0077bb;
background-size: 100%;
}But it did’n work on the home.css…
Thanking in advance,
Givanildo R. D. Souza
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 4, 2016 at 4:58 am #875999Hi
Try this code in custom.css file for homepage.home .t3-wrapper { background: url(/teline/templates/ja_teline_v/images/ev-bg.jpg) no-repeat fixed center top #0077bb;} .home .t3-mainbody {background:#fff;}
February 5, 2016 at 1:28 am #876761Perfect!
Thank you very much! Shoudn’t this be valid for all categories, though? Only the first page is getting right…
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 5, 2016 at 1:41 am #876762Hi
this is for magazine page . You can try below codes in custom.css
if you want to hide it from everywhere or check the Menu options > Show category > NO?HIDE ..item-image + .category-name { display: none; }
Or
.category-name { display: none; }
February 5, 2016 at 1:48 am #876764I mean the background. Only the home page got the code above… The categories are fine…
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 5, 2016 at 1:50 am #876768Hi
You mentioned it only for frontpage 🙂
You can remove the class .home from code . You can also override and define new css custom.css using firebug/inspect element tool .February 5, 2016 at 1:55 am #876769Wonderful!
Thank you very much! You can mark this as SOLVED!
Bye,
Givanildo R. D. Souza
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by sindfazcwb 8 years, 9 months ago.
The topic ‘Teline V category box – Hide/Eliminate’ is closed to new replies.
Teline V category box – Hide/Eliminate
Viewing 12 posts - 1 through 12 (of 12 total)