• Resolved Jane Milburn

    (@jane-milburn)


    Hi, I can not find the answers elswhere. I use Twenty Fourteen child theme. plinthart.com

    Firstly there is no writing/font on the checkout button and the button next to it once I have added an item to the cart? How can I get the font to appear?

    I would like to center the price under an image. How do I do this?

    The pay with paypal font is too small. How do I enlarge it?

    Can I add a paypal logo to the checkout page?

    Sorry if this sounds a bit complicated. Here is the page if you would like to have a look for yourself:-

    https://www.plinthart.com/product/timeless-woman

    I am happy to add css to my custom css.

    Many thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter Jane Milburn

    (@jane-milburn)

    The font could not be seen as the colour was set to white. Add to child css to change font colour on buttons. –
    .styles #page a {
    color: #000000 !important;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 16px;
    }

    This will centre the price under images. –

    #it-exchange-store .it-exchange-base-price {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: table;
    }

    The following changes the paypal button’s font size. –

    input.it-exchange-paypal-standard-button {
    font-size: 2em;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘iThemes Exchange problems.’ is closed to new replies.