Style for the Portfolio Text

Home Forums Jevelin Theme Style for the Portfolio Text

Home Forums Jevelin Theme Style for the Portfolio Text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • CBDFactum
    Participant

    Hi,

     

    attached you see a screenshot from your design I purchased. These are the links for the Portfolio categories I have defined.

    Where to set the style for these Portfolio links:

    • Selected Portfolio link
    • Hover
    • Not selected link

    Thank you, Peter

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @CBDFactum,

     

    I hope you are well today and thank you for your question.

     

    You can edit that portfolio content element and change its filter style as shown in the attached screenshot.

     

    You can try styling its links and colors using Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    CBDFactum
    Participant

    OK. I viewed the videos. They are not captured with the most current Yellow Pencil version. However, I am not capable to change the color of the :active state of the Portfolio links.

     

    I select in the state menu the option :active. Then I change the color in the Text section of the “Single Customization”.

     

    Then the :normal and :active text color are changed. Always together. Now way to change them separately.

     

    Do you have the full CSS line just to change the :active text color of the Portfolio links?

    Could you please share me the page URL from your site where it is displaying and also tell me exactly how you want it to display so that I can help you to achieve it?

    CBDFactum
    Participant

    https://cbdfactum.com

     

    Directly on the index page in the main image. There are our Portfolios listed as links.

    I would like to have these colors for these states:

    • :normal: #FFFFFF
    • :hover & :active: #A9BF16

    Thank you

    Solution for this topic

    I can see you have achieved all other state except active so for active link please use the below CSS code.

     

    .sh-filter-item.active .sh-filter-item-content  {
        color: #A9BF16;
    }

    CBDFactum
    Participant

    Thank you very much! It works!

    You are most welcome here 🙂

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