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

    Hi guys.

    My redesigned site is complete except for one little issue. I need to somehow separate the styling of the contact form success message from the type that shows on hover of portfolio items on a portfolio page. Both seem to be pulling from main content H3 which I have defined in Advanced Styling. I’ve tried a bunch of different CSS combinations in General Styling, but it seems to always be trumped by H3. The only thing left I can think to do is to redefine the portfolio item hover type (it’s placed over a blurred background if that makes any difference) as H1, then define H1 to the styling I want. Problem is I can’t find it. Can you help me sort this out? Development server address is in private content.

    Many thanks!
    Bernie

    #1157482

    Hey berniedidit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .main_color h3.avia-form-success {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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