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

    Hi there

    kindly check this page

    i find the words color is transparent/missing when hover
    is it possible
    1) the blog bottom”READ MORE”, change the color to #470024 when hover
    2) the side bar, PRODUCTS CATEGORIES, APPLICATION, change the color to #e94a3f

    for any products page, like https://www.wlhtex.com/en/product/super-poly-mercerized-clinquant-velvet-brush-trinda-fabric/
    in the end “You Might Also Like”
    i want to change the tile words samller and no bold, font: Verdana

    Thanks

    Wang

    #1438770

    Hey Yaphoon,
    For your first two questions, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .main_color a.more-link:hover {
    	color: #470024;
    }
    .main_color .sidebar a:hover {
    	color: #e94a3f;
    }

    For your last question, try this css:

    .single-portfolio h3.av-special-heading-tag {
    	font-family: verdana;
    	font-size: 16px;
    	font-weight: 400;
    	
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1438821

    Hi Mike
    thanks for your help
    the first problem solved.

    the second point, the words do not have any change

    Thanks and best regards,

    Wang

    #1438840

    Hi,
    They have changed for me:
    Enfold_Support_5231.jpeg
    and in the inspector:
    Enfold_Support_5234.jpeg

    Best regards,
    Mike

    #1438845

    Hi Mike,
    Sorry for my unclear discreption.
    i want to change the words below
    QQ20240331232514.png
    Thanks and best regards,

    Wang

    #1438853

    Hi,
    Then remove the other css and use this instead:

    .single-portfolio #av-masonry-1 h3.av-masonry-entry-title {
    	font-family: verdana;
    	font-size: 16px;
    	font-weight: 400;
    	
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1438911

    Thank you very much Mike
    Problem solved

    #1438916

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change words color when hover’ is closed to new replies.