• Hi

    Is it possible to make the title visible in porfolio carousel in theme VIRTUE?
    The title appears on hover over. I want to have it visible all the time.
    Is it doable with css ?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .portfolio_item .portfoliolink {  
      opacity: 1;
    }

    Hope it helps!

    Hannah

    Thread Starter Marudor

    (@marudor)

    Good stuff
    It works.

    Thank You

    hannah

    (@hannahritner)

    No problem!

    Hannah

    Thread Starter Marudor

    (@marudor)

    Hi
    What If I would like to change the opacity for smaller. So the text would be more visible
    I have tried to change the number for 0 but it did’t work.

    .portfolio_item .portfoliolink {
    opacity: 1;
    }

    Thanks

    hannah

    (@hannahritner)

    Do you mean you want to change the opacity of the background? Try using this css:

    .portfolio_item .portfoliolink {
        background: rgba(255, 255, 255, 0.9);
    }

    Does that work for you?

    Hannah

    Thread Starter Marudor

    (@marudor)

    No it doesn’t work this time

    Changing the 0.9 for 0.7 or 1 doesn’t work either.

    hannah

    (@hannahritner)

    I’m not exactly sure what you’re wanting to adjust. Can you explain in more detail?
    Thanks!

    Hannah

    Thread Starter Marudor

    (@marudor)

    I want to adjust the transparency of the background for in portfolio title. So the title text of the portfolio would be more visible. I want it less transparent or even white instead of transparent.

    hannah

    (@hannahritner)

    Try this css instead:

    .portfolio_item .piteminfo {
        background: rgba(255, 255, 255, 0.9);
    }

    Hope that helps!

    Hannah

    Thread Starter Marudor

    (@marudor)

    No
    It didn’t change anything

    hannah

    (@hannahritner)

    Where are you adding this css? Be sure you’re clearing your cache.

    Hannah

    Thread Starter Marudor

    (@marudor)

    Hi I was adding in Virtue theme options. Now I tried in the pPersonalisation CSS section an it worked.

    Thanks it’s all good.

    hannah

    (@hannahritner)

    It should also work in your theme options. Make sure you do not have any css added previously that could be conflicting. i.e. a css snippet that has not been closed properly.

    Hannah

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Showing Title in potfolio carousel’ is closed to new replies.