Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #171027

    Hi

    I am having some trouble locating classes to change some colours. Tried searching forum, cannot find.

    On the portfolio page i want to change the colours of:
    the Avia Arrow
    the background behind the text
    the text colour

    Thanks,
    Jas

    #171033

    Hey Jas!

    In Chrome, use the inspect element tool to help you quickly locate the classes you need:

    Best regards,
    Josue

    #171034

    Thanks Josue.
    Yes, sorry should elaborate. Found that, cannot find where it is located in css files or the like.
    Thanks,
    Jas

    #171038

    Hi,

    Can you post the link to your website please so i can assist you better?

    Regards,
    Josue

    #171040
    This reply has been marked as private.
    #171442

    Hello Jas!

    Use this code:

    .grid-content, .grid-content h3, .avia-arrow {
    background: #EA662A !important;
    color: #FFF !important;
    }
    

    Regards,
    Josue

    #171471

    Legend.

    Thanks.
    Jas

    #171491

    Glad we could help Jas, let us know if there is any questions or issues :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Div Classes’ is closed to new replies.