-
AuthorPosts
-
April 17, 2013 at 5:47 pm #186865
How can I remove the title orange button but leave the subtitle?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2013 at 5:57 pm #490209<em>@pjcsantos 369381 wrote:</em><blockquote>How can I remove the title orange button but leave the subtitle?</blockquote>
To which “title orange” button are you referring?April 17, 2013 at 5:58 pm #490211TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2013 at 6:14 pm #490216<em>@pjcsantos 369389 wrote:</em><blockquote>This one: https://dl.dropboxusercontent.com/u/6909508/Untitled-4.jpg</blockquote>
Can you provide the url of the site you’re working on – as well as set your site to “Development Mode” within your Template Manager?
April 17, 2013 at 6:39 pm #490220How can I do that? I guess I sent you a message with my website details but I’m not sure if you got it
April 17, 2013 at 9:37 pm #490229So is it possible to hide the Button and leave the sub-title visible?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2013 at 10:07 pm #490230<em>@pjcsantos 369411 wrote:</em><blockquote>So is it possible to hide the Button and leave the sub-title visible?</blockquote>
Yes it is … Check your own PMsTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2013 at 10:16 pm #490231Okay, so if I am understanding you correctly, you want to remove the “button” (i.e. color) and keep the work – in the example you posted above, the word “Portfolio” – correct?
If this is the case, then try this . . .
Within file path —> /t3-assets/dev/modern/templates.ja_onepage.less.themes.modern.template.less.css
at line 67, you will see the following:
.onepage .section-title h2 span {
background: none repeat scroll 0 0 #E54E19
display: inline-block;
padding: 10px 20px;
}simply remove the color code of/for the background, as such . . .
.onepage .section-title h2 span {
display: inline-block;
padding: 10px 20px;
}😎
April 17, 2013 at 10:19 pm #490232Actually I want to remove both the bottom and the word and leave the “Below are some of our best design works we have done for clients.” Sorry for the misunderstanding
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 18, 2013 at 9:09 am #490281Hi pjcsantos,
You can css to hide that button + text:
– Open file: /templates/ja_onepage/css/custom.css
– Add this css rule:
#our_portfolio > h2 {
display: none;
}Hope this helps you.
Regards
-
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by pjcsantos 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum