Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1269258

    do you have some tutorial on how to find /work out the right element code so we can use it to change colors and fonts etc etc for a particular area.

    So for instance I am looking at wanting to change the Add to Cart / Show Details on the product or product slider.
    this is one of many of different areas I would like to change colors and font sizes.

    So instead on me asking for 20 sets of coding, wondering if there is a tutorial ( using the ‘inspect’ function of the browser to get the right code.
    Like the first line here
    ( I think this is what I am looking for this time)

    #top .avia_cart_buttons .button {
    font-size: 20px;
    color: orange;
    }

    The font and color are easy, but not the rest

    thanks

    #1269261

    Well thought the rest was easy.

    #top .avia_cart_buttons .button {
    color: blue;
    font-size: 15px;
    }

    Size works but cant get color to change

    #1269446

    Hi,

    We don’t have any tutorials on that, but it’s just basic CSS and being able to navigate the DOM tree. If you want to learn more about things like that, then you can start here: http://w3schools.com/

    If you need help with your CSS then please post a link to where we can see the actual elements on your site, and try to explain a bit further what you are looking to achieve.

    Best regards,
    Rikard

    #1269449

    In fact you do have some sort of tutorials I found

    on using the inspect coding.

    And I gave you the code which DID change the font size of where I am trying to change the colors.
    this is on the Add to Cart / Show Details on the product or product slider.. So under each product.
    it is one color before hover and another color on hovering over the wording

    #top .avia_cart_buttons .button {
    font-size: 15px;
    }

    #1269764

    Hi wealthyone,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

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