Support » Theme: Spacious » Change text color, font and bullets

  • Hi there! Thanks very much for such a great theme. I have customized the free Spacious as desired, but cannot figure out how to do the following:

    1. Change the content body/ text color to black instead of the default gray (I am currently, manually change the text color to black)
    2. Change the text font from Lato to Arial
    3. Make the bullets round instead of square

    Thanks in advance for any assistance!

    • This topic was modified 4 weeks, 1 day ago by alanaj7.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @alanaj7,

    Thanks for reaching us and sorry for the delayed response,

    1. It seems that you already have set the text color to be block from the grey. For your confirmation please check the screenshot here: https://prnt.sc/wbiJbgyolx48
    2. The option for changing the fonts is available with the Pro version of Spacious of which we are not allowed to discuss on the .org support guideline. So for further discussion, please contact us via the live chat support: https://themegrill.com/
    3. For changing the list style to round, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:
    .entry-content ul {
        list-style: disc;
    }

    Let me know if this helps you or not and I will be back.

    Regards

    Thread Starter alanaj7

    (@alanaj7)

    @barsha04 No worries on timing and thank you for responding. The custom CSS code worked perfectly for the bullets. I will consider the Pro version to be able to change the font style.

    As for the font color, I manually highlight the text and change it to black for every page and post. Is there coding that I can add so it defaults when I create a new page or post?

    The last paragraph here https://www.blogsecrets101.com/ shows the default gray.

    Thanks again.

    Hi @alanaj7,

    For changing the post and page title color, please use the CSS Code below and check if it helps you or not!

    .post .entry-title a{
        color: #000;
    }
    h1.header-post-title-class{
        color: #000;
    }

    Regarding the color of the paragraph, please check the screenshot and work accordingly: https://prnt.sc/QlE9ZoZ2PY1w

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter alanaj7

    (@alanaj7)

    Hi @barsha04

    Thank you for following up with me. The solution you provided for the paragraph color, is what I am currently doing. I want to know if there is a way to automatically set the font color so I don’t have to highlight and select black each time I create a new page or post.

    Thank you!

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