Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337917

    Hello,

    How do I make all hyperlinks in paragraph text to be bold. I want my hyperlinks to stand out. I am doing it manually at the moment but i thought i might be able to set as default.

    I am also trying to add color to my icons. You can see the example on my homepage. They I have tried this code in the quick CSS field but it didn’t change the color of the icons:

    .page-id-734 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }

    I am pretty sure my page id is correct.

    • This topic was modified 9 years, 6 months ago by Oceans247.
    #338280

    Hey Oceans247!

    Thank you for using our theme.

    For the hyperlinks try the following:

    
    #main p a, #main p a:visited {
        font-weight: 900 !important;
    }
    

    For the icons try the following:

    
    .page-id-734 .avia-icon-list .iconlist_icon{
    background-color: #719430 !important; 
    color: #ffffff !important; 
    border-color: #507210 !important;
    }
    

    Regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.