single portfolio page changes

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7904
    ideami
    Member

    Hi, i need to do two things in the single portfolio page

    1) i want to hide the button that says VISIT WEBSITE, how can i hide it?
    2) And the top title, in the single portfolio page, the top title, how can i hide it and/or make it smaller?

    thank you

    #7930
    Ernesto
    Member

    Hi! Could you send us a link to the specific section in your webpage?

    Cheers!

    #7955
    Raghavendra
    Moderator

    You can hide the button this way –

    .portfolio-link .button { display: none; }
    

    and control the title size this way –

    .single-portfolio #title-area h1, #title-area h2 {
    font-size: 30px;
    line-height: 42px;
    }
    

    Pls paste the above in theme options Custom CSS tab.

    #7974
    ideami
    Member

    thank you very much, it works, what if

    1) what if i want to hide the top title completely
    2) what if i want to change style of the font, take out that drop shadow behind
    3) and make the top and bottom padding even smaller?

    thank you so much

    #7987
    Ernesto
    Member

    Hi! Please send us a screen of what you wish to accomplish.

    Cheers!

    #7997
    ideami
    Member

    thank you dear Ernesto, very simple easy to understand things:
    1) hide the top title completely
    2) change style of the font, take out that drop shadow behind
    3) make the top and bottom padding even smaller?

    #8005
    Raghavendra
    Moderator

    Have you considered hiring someone to customize the theme. Our time and resources are limited and we can only provide very limited customization support here. Some of these changes like changing color, hiding elements can be handled by someone with reasonable CSS knowledge.

    #8023
    ideami
    Member

    dear Meteorite
    thank you for your reply,
    i have a lot of knowledge of css, no need to hire anybody,
    all i need is pointers to the specific classes that do this or that
    ,in any case what i asked you before i already managed to do,
    i now need you though please to tell me this one , see here
    http://incredivid.com/

    see please the titles on each thumb, some are white, some are red,
    i cant manage to find anywhere on css a way to fix them all to white

    must be in the code somewhere, please tell me where in the code this is,
    i can change the code myself, im a programmer, i just need help to know where in the code this is,
    i need to make all titles white

    thank you

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.