Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109847
    ahernhouse
    Participant

    Hi Guys,

    Building my first site – looking good but need some help.

    my site is called steveahernforex.club and I am trying to make the following adjustments;

    1, I want to re-align the page menu at the head of the site to be on one line. The page menu is currently displayed on two lines and looks confusing.

    2, I want to change the colour of the search button and the footer bar from blue to black – this, i feel, will compliment the site more.

    Can these alterations be done on the free theme? If not, can they be done if I purchase the paid theme?

    Thank you.

    Steve.

    #109894
    Pratik
    Keymaster

    Hi @ahernhouse,

    These alterations can be done in free version, but upgrading to Pro version will grant you many features. Checkout the features here: https://catchthemes.com/theme-instructions/clean-education-pro/

    1. Please wait a few hours, there seems to be a bug in the theme. We will be releasing an update by today.

    2. Try following code in Appearance=> Customize=> Additional CSS box:

    
    /* Code for search button bg */
    button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
        background-color: #000000;
        border: 2px solid #000000;
    }
    
    /* Code for search text field bg */
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        border: 1px solid #000000;
    }
    
    /* Code for footer bg */
    #colophon {
        background-color: #000000;
    }
    

    You can change the valuse of #000000 to any other colors too.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Clean Education Theme’ is closed to new replies.