Okay
  Public Ticket #950026
font size, red tag price
Closed

Comments

  •  2
    tyriades started the conversation

    Hi ! great theme ! thanks you.

    I just have a question. I need to change the font size of the price on the red tad, on the product page. I don’t find where I can do this, because there is an !important that doesn’t allow me to do a custom CSS line. Can you help ? (is it an inline CSS ? but where ;) Thanks a lot. Regards

    Nicolas

  •  1,560
    Laborator replied

    Hi Nicolas.

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    tyriades replied

    Hi !

    It's on local. But it's not complicated. You find the same red tag on your theme "Aurum Book" basically.

    Just look my prints screen here, please, it will show you what I search.

    It's about the text in the red square for the price. I don't find where is the CSS for the font size, It seems to be inline... Because of the  !important, I cannot change it. Please just give me the file where is the CSS for this red tag.

    Thank you !


    N.

  •  1,560
    Laborator replied

    Go to the Custom CSS and paste this, it should overwrite the !important tag that is actual:

    .shop .shop-item h3.price {
        font-size: 30px !important;
    }

    If this doesn't work then we can't help you unless we see it live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    tyriades replied

    Hum an !important cannot replace another !important which is inline CSS !!

    You can see it live on your theme ? no ? I haven't change anything.  

    Just need to know where is the inline CSS you create of this h3.price. You call it somewhere no ? It's on your theme, not on my website... 

    thanks

    Regards

  •  1,560
    Laborator replied

    Hi there,

    There is no inline CSS, we never add inline CSS and also Envato does not allow any theme with inline CSS, it's one of the main rules.

    I gave you the CSS for it, it will replace the other !important if it's pasted at the end of it which will overwrite the existing look.

    If you still are having the same problem then please let us know when your site is online as we can't do anything like this.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group