• Using Preference Lite I created a contact page using default template, but I need to change some of the comment / reply settings, can I ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Styled Themes

    (@gejay)

    What specifically are you wanting to change?

    Hi,
    I want to change the background colour of the textarea in a contact page.
    Can’t find it in style.css. Do you have a hint?
    Thanx

    Hi,
    I want to change the background colour of the textarea in a contact page.
    Can’t find it in style.css. Do you have a hint?
    Thanx

    Theme Author Styled Themes

    (@gejay)

    The form elements, such as the textarea are found in the theme’s bootstrap css file. However, I would recommend not changing that one. Instead, override it by adding your own custom css for the textarea in the theme’s style.css but best to do that using a plugin for editing CSS or a child theme (which this theme has one in a folder called child-theme ).

    When you make your changes, you can do whatever you want to the textarea and any other form elements.

    Thanks for the quick respons. I have made the child theme but can’t find the textarea elements in CSS that I have to change or override.
    Do you please have another hint how it is called?

    Theme Author Styled Themes

    (@gejay)

    Hi wiver…if you made your own child theme, that’s ok, but the theme does have one in a folder called child-theme already for installation. As for the form elements, if you add your custom css to the child theme’s style.css, this will override the existing css. All you need to do now is start creating your own styling for the textarea element. If you do a specific class for it, then when you make your contact page, make sure that new class is added to the textarea:

    <textarea class="your class">

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘contact page’ is closed to new replies.