New Landing How can we help? Atelier FAQ questions

Viewing 15 posts - 1 through 15 (of 21 total)
  • Posted in: Atelier
  • #261922
    cfairi
    Member
    Post count: 129

    Hi, I have a few questions about my FAQ page: http://fairinachengjewellery.com/faq/

    1. I have set links in all body text to appear blue across the website (p a {color:#5ebfbf;}). However the links on this page are black like normal text, then turn yellow on mouseover. How can I make the link appear blue only (no yellow)?

    2. How can I make the FAQ question text the same size as the body text? It is currently strangely small.

    3. A number of questions are appearing without a gap at the end of last paragraph (see http://fairinachengjewellery.com/faq/#how-can-i-find-my-ring-size- for an example). How can I ensure that there is a consistent gap at the end of the paragraph, like this example: http://fairinachengjewellery.com/faq/#do-you-sell-gift-certificates–1.

    Thank you.

    #262192
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the issues reported:

    1- I’m seeing it blue in mouse hover. Try to clear the cache or try in a different browser.
    https://www.dropbox.com/s/fmu3gliman4nzhm/Screenshot%202016-04-18%2014.44.15.png?dl=0

    2- Add the code below to your custom css, adjust the font size to the desired value

    .page-id-17238 .spb_accordion .spb_accordion_section>h4 a {
        font-size: 20px;
    }

    3-Check if you pressed enter in the last line when editing the text.

    -Rui

    #262387
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
    #262698
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please add this CSS:

    .ui-widget-content a {
        color: #5ebfbf;
    }

    2) Please add this CSS:

    .spb_accordion .ui-accordion .ui-accordion-header {
        font-size: 20px;
    }

    3) Could you screenshot this, do you mean the end of the paragraph? Ex: http://d.pr/i/yjAY

    Thanks.

    #262763
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
    #263086
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, I see. Pleas test this:

    .ui-accordion p:last-child {
        margin-bottom: 30px;
    }

    Thanks.

    #263120
    cfairi
    Member
    Post count: 129

    Hi David,

    This has added a space to the bottom of all the questions. Where there was no space, it now looks normal. Where there was originally a space, the space is now too large. This isn’t a significant issue so I am happy to wait for it to be fixed.

    Is this something that will be taken care of in the next update?

    The other two issues are resolved. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #263313
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, please do not intentionally insert a space, this will be automatically done with the above CSS.

    Thanks.

    #263335
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
    #263527
    David Martin – Support
    Moderator
    Post count: 20834

    Looks like I misunderstood you, so as to reduce the spacing please adjust this to:

    .ui-accordion p:last-child {
        margin-bottom: 15px;
    }

    Thanks.

    #263554
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
    #264022
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test this also:

    .ui-accordion-content .spb_text_column {
        margin-bottom: 0;
    }

    Thanks.

    #264030
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
    #264289
    David Martin – Support
    Moderator
    Post count: 20834

    Can you add a screenshot, for me it looks nicely presented?

    Thanks.

    #264293
    cfairi
    Member
    Post count: 129
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 21 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register