Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • pjcsantos Friend
    #186865

    How can I remove the title orange button but leave the subtitle?

    TomC Moderator
    #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?

    pjcsantos Friend
    TomC Moderator
    #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?

    pjcsantos Friend
    #490220

    How can I do that? I guess I sent you a message with my website details but I’m not sure if you got it

    pjcsantos Friend
    #490229

    So is it possible to hide the Button and leave the sub-title visible?

    TomC Moderator
    #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 PMs

    TomC Moderator
    #490231

    Okay, 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;
    }

    😎

    pjcsantos Friend
    #490232

    Actually 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 Moderator
    #490281

    Hi 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

    pjcsantos Friend
    #490337

    It worked thanks!

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  pjcsantos 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum