Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #279067

    Hi,
    I have a pricing table with 3 columns.
    the third column header text is orange and I need to change it to 3692D0.

    I have modified the custom.css, but sine it appears before the web-pricing-tables.css, those settings get overridden.

    Next attempt want to add the following line to the quick.css
    .orange .table-price {color:#3692D0;}
    But again this does not help,

    In general I cannot find any of the lines I am adding to the quick.css in the page (or in the dynamic_avia/enfold.css)

    I am using wordPress 3.9
    Enfold 2.6

    And help will be highly appreciated

    Yoav

    #279077

    Hi assaftoval!

    Please try adding !important rule as following

    .orange .table-price {
    color: #3692D0!important;
    }

    Regards,
    Yigit

    #279080

    Hi Yigit,

    thanks fro the quick response.
    Unfortunately that did not work (and cache was cleared as well)

    Is my assumption correct the the quick.css is populated to the dynamic_avia/enfold.css file ?

    I tried looking for that line (W/O the important!) and could not find it.

    any idea?
    thanks
    Yoav

    #279084

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #279091
    This reply has been marked as private.
    #279252

    I just replied to your other question Yoav :)

    Best regards,
    Josue

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