• I’ve been trying out every function in Customify, and it’s a quite good theme! But a few issues, lackings, and questions remain:

    1. How to set the background color +font color for each of my two sidebars ( I want each to be a different back color), and different than the main content area.

    2. in Customizing ? Styling . the ‘Heading color’ doesn’t work; it doesn’t effect any of the headings.
    I also don’t find anything that is effected by the Primary Color or Secondary Color settings.
    The other colors in that list, such as link color or border color, DO work.

    3. How to set the Margins between the content block and each of the 2 sidebars?

    4. How to set the Border Width, and the radius[rounded corner] for border of content block and each of the 2 sidebars?

    5. How to increase the size of the logo image in header? (Its settings is limited to 400px width ).
    Thanks so much for your work +help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi @oakleaf101,

    1. Unfortunately, we don’t have the option to change the sidebar background color + font color. But you can do it by custom CSS:

    #sidebar-primary { background: #ccc; } 
    #sidebar-secondary { background: #ccc; } 

    2. The Heading Color is working well. It applies for H1 to H6.
    See: https://cl.ly/5fb4773a8b6f
    The Primary Color will be applied for button, input submit, pagination, read more button, tag link, cat link.
    See: https://cl.ly/41d19b520ff6

    Or the link color: https://cl.ly/fe73eb0b7d25

    You can open a single post and check it.

    3 + 4. You can add this:
    .widget-area .widget { margin-bottom: 2em; border-radius: 5px; border: 1px solid #000; }
    Read more: https://www.w3schools.com/css/css_border.asp

    5. It is not limited 400px width, you can enter any number there:
    https://cl.ly/f15dadebb320

    Hope it helps and let me know if you need anything else!

    • This reply was modified 5 years, 12 months ago by PressMaximum.
    Thread Starter oakleaf101

    (@oakleaf101)

    Hi, thanks for your very helpful reply! (My own reply is late due to illness). The css, etc mostly solved things. But a little bug remains, though I worked around it.
    As I wrote: “5. How to increase the size of the logo image in header? (Its settings is limited to 400px width ).” You answered with an image of the setting. However, I already knew and had done that. But moving the slider to the extreme right edge will only give a max reading of 400. However, I see I can type in a higher number, and that can work. (although I need reload the screen, as that also didn’t work at first.) This is on my new wordpress site using Firefox.

    Theme Author PressMaximum

    (@pressmaximum)

    @oakleaf101

    So is everything done now?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘5 issues + questions (colors, margins, etc)’ is closed to new replies.