• Resolved sva55

    (@sva55)


    Hello! Is it possible to change the color of green titles and lines, black button search in the theme BasePress Default? The second color in my theme is also green, but still different. I want it to be the same.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author BasePress

    (@codesavory)

    Hi @sva55,

    you can follow the instructions in this article:
    https://codesavory.com/knowledge-base/basepress/basepress-themes/customise-theme/

    It specifically guides you through on how to customise the default theme css file.
    You can then change any colour to make it fit with your site colours.

    If you need further help with that let me know!

    Thread Starter sva55

    (@sva55)

    this site is unavailable(

    Plugin Author BasePress

    (@codesavory)

    HI @sva55,

    what do you mean? Isn’t the link above working for you?

    Thread Starter sva55

    (@sva55)

    The site does not open neither from the phone, nor from the computer, nor from the tablet. If it’s not difficult for you, write how to change the color of article headings (green) and the button color (black). The rest is all good.

    Plugin Author BasePress

    (@codesavory)

    Hi,

    You can change the two colours like this:

    .bpress-main-header h1{
    color: green;
    }

    .bpress-search-submit input[type=”submit”],
    .bpress-search-submit input[type=”submit”]:hover{
    background-color: black;
    }

    I hope this helps!

    Thread Starter sva55

    (@sva55)

    Where do I paste this text?

    Plugin Author BasePress

    (@codesavory)

    Hi @sva55,

    sorry for not mention it!
    The code should be added to your theme style.css file.

    Thanks

    Thread Starter sva55

    (@sva55)

    I need your help! My site needs a knowledge base, I really liked your plugin. But there are a few questions:
    1) is it possible to transfer the search bar to the right sidebar?
    2) it is necessary that the “База знаний / Knowledge Base” be in the title of the page (where there are “Архивы / Archives”, how to rename it?)
    3) on the article page in the central area should be only the text of the article. Can you do that?
    4) how to change the color of the name of the category and the line that appears when you mouse over a category in the sidebar?

    Thread Starter sva55

    (@sva55)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change color’ is closed to new replies.