Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1263367

    Am using catalogue element to make menulist for restaurant.
    I want to use different colours for price stetting!
    how can i change the colour of the tekst? € 7,20 color in white or red

    Kind Regards,

    Theo

    #1263385

    Hey theovh,

    This can be done via css. Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1263467

    Hi Jordan,

    The client need the color of the prices also in white.

    if you send the css, we can put it

    Kind regards,

    Theo

    #1263539

    Hi Rikard,

    i put this css code, but nothing change

    /* Price*/

    .av-catalogue-container.my-custom-catalogue .av-catalogue-list li .av-catalogue-price {
    color: white;
    font-weight: bolder;
    font-size: 14px;
    font-family: ‘verdana’, sans-serif;
    }
    /* Price*/

    .av-catalogue-container.my-custom-catalogue .av-catalogue-list li:hover .av-catalogue-price {
    color: white;
    }
    /* List item on hover */
    .av-catalogue-container.my-custom-catalogue .av-catalogue-list li:hover {
    background: black;
    }

    when i hoover on the tekst i wont that he dont move, price have white color also.

    the menu is not complete, whe finish when whe have the css code.

    Kinds regards,

    Theo

    #1263564

    Hey Rikard,

    The background color of the link is black.
    It must remain black when you want to click it.
    It should not be clickable.
    THE TEXT DESCRIPTION AND PRICE MUST BE IN WHITE COLOR

    Kind regards,

    Theo

    #1263565

    Hi Jordan,

    Sorry Jordan I keep using a wrong name.
    Crazy move

    Kind regards,

    Theo

    #1263649

    Hi Theo,

    I see that you have added styling inline in the content. I’m guessing that the hover state is correct, but you want to change the styling in the normal state? It would likely be better if you removed the inline styling and added classes instead.

    Best regards,
    Rikard

    #1263663

    Hi Rikard,

    The hover state is not correct
    The background color is black.
    When you hover it, its getting white. Client wants this to remain black.
    It should not be clickable.
    Text must by in white, as it is now.
    The price must also be in white, how do I fix that.

    Kind regards,
    Theo

    #1263746

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .av-catalogue-content strong span, .av-catalogue-content div span, av-catalogue-price {
      color: #fff !important;
    }

    Best regards,
    Rikard

    #1263758

    Hi Rikard,

    I put code in general styling.
    Nothing changes.
    The text should remain as it is now.
    The price have to be in white and always visible.
    Background always black, as it is now.
    When you hover over the tekst background getting white…this have to stay black.
    It should be impossible to hover the text.
    Its a pricelist, have to be normal vissible always and not clikable….not like a link.
    Have to be like enfold menu, bakground black
    .

    Kind regards,
    Theo

    #1263864

    Hi,

    Please try this CSS as well:

    .av-catalogue-list li:hover {
      background-color: transparent;
    }

    The CSS I sent previously is applying fine on my end.

    Best regards,
    Rikard

    #1263890

    Hi Rikard,

    Still not working.
    I remove cache few times.
    Nothing changes.
    I put login website in private.
    Perhaps you can check. Perhaps problem with template?

    Kind regards,
    Theo

    • This reply was modified 3 years, 11 months ago by theovh.
    #1264065

    Hi Rikard,

    I look around one Kriesi support and find some css code.
    I modified the code and now its like client want it.
    I send you backend inlog websit this morning, feel free to go and look at the code.
    Thanks for your help, it got me started.

    Best regards,

    Theo

    #1264147

    Hi Theo,

    Thanks for the update. So everything is working as it should now then? If your CSS is doing what you want it to do then I don’t see any point in changing it.

    Best regards,
    Rikard

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