Viewing 15 replies - 16 through 30 (of 31 total)
  • Thread Starter lucylc

    (@lucylc)

    1) The lines right now align from the center, not align from the left side. Previouly I played with the words to make them align from the left.

    You have been great help! Thank you for all your advices.

    Sam

    (@soumendra)

    Hello,

    It may help you to make that perfect align:

    .container.subpage-title > p {
        text-align: justify;
    }

    Thank you.

    Thread Starter lucylc

    (@lucylc)

    Thanks so much, Sam, for all your help.

    Sam

    (@soumendra)

    Pleasure to help you. ??

    Thread Starter lucylc

    (@lucylc)

    Hi Sam,
    I am not sure if I could still ask question here since the post is already solved, but would like to give it a try.
    1) Is there anyway I could make texts consistant on the whole site(all pages) more soft black text, just like the menu bar text? 2) Also, can the divider line under the “chief editors” align with the divider line under the first post? 3) Can the titles on the blog left side not bold?
    Thanks so much.
    https://awesomescreenshot.com/getImageList?project_id=38529&company_id=1

    Sam

    (@soumendra)

    Hello,

    You can add this for all text colors:

    body {
        color: #848888;
    }
    .h1-wrapper h1 {
        color: #848888 !important;
    }

    To make the sidebar align to the left post you can try this:

    .sidebar {
        margin-top: -13px;
    }

    And here for the bold titles you can try this:

    .h1-wrapper h1 {
        font-weight: 300;
    }
    .container.subpage-title h1 {
        font-weight: 300;
    }

    Thank you.

    Thread Starter lucylc

    (@lucylc)

    Thanks, Sam, the first two worked perfectly. The third one I did not explain clearly. I meant to make the titles on the right, such as “Chief Editors”, “Julie”, “Lucy”, … not bolded, and same font as the blog title(but keep the smaller size).

    Also, how can I make the catogory button(texts) to soft black colors as well? (see photos in the link.)

    Also, I ran into this situation: When I changed blog introductory paragraph to align left, somehow my other pages, where it says “international flair” aligns from left also where I would like to keep it align from center.

    https://awesomescreenshot.com/getImageList?project_id=38529&company_id=1

    Sam

    (@soumendra)

    Hey lucylc,

    Can you please upload the photo using this link: https://www.imgur.com

    So that i can help you regarding that.

    Thank you.

    Thread Starter lucylc

    (@lucylc)

    Tried to sign in, and somehow the site doesn’t let me.
    I am referring this two pages on the Luuksy site:
    1) MOMO blog page;
    2) Browse Look/Euro-Testic
    Thanks.

    Sam

    (@soumendra)

    Hello,

    You can try this for the right headings you can try this:

    .sidebar-inner > h4 {
        font-weight: 500;
    }

    And for the category button texts you can try this:

    .text-center a {
        color: #848888;
    }

    For the third question (align left question) please send me the direct link of the page ehich have that problem and a screenshot of what you exactly want via https://www.imgur.com

    For that first save your “Awesome screenshot” image in your computer. Then you don’t need to sign in on imgur.com just click on the right side top “Upload Image” button > “Browse your Computer” > “Start Upload” > then copy the link under “Image Link (email & IM)” and send me.

    Hope that helps you.

    Thank you.

    Thread Starter lucylc

    (@lucylc)

    The line under Contact Us where reads “Got a burning question, …” and the two lines under the MOMO Style, keep all align left as they are now, but the rest of the other pages, for example, the third photo, line under Euro-Tastic “International Flair” should all align from center.

    Sam

    (@soumendra)

    Hello,

    You can try these in your Custom CSS for achieving that:

    .container.subpage-title > p {
        text-align: center;
    }
    .category-6 .container.subpage-title > p {
        text-align: left;
    }

    Hope that helps you, feel free to ask if you need any other help.

    Thank you.

    Thread Starter lucylc

    (@lucylc)

    Worked perfectly. TTThanks.

    Sam

    (@soumendra)

    Welcome. ??

    Thread Starter lucylc

    (@lucylc)

    Thanks for all your help. The site looks pretty sharp after all the fixes.
    Now a more advance question, is it any simple way to make the the site page flipping from left to right on mobile/cell instead? (right now it scrolls down with the movement of a finger.
    Thanks again.

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘Background color’ is closed to new replies.