Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22883

    Hi There,

    I would like to change a few things.

    • Where can i change the height of the input field (form)?

    • I have a 3 colum gallerie in the homepage, i want to have space between the images

    • In the header i want to use different colors voor navigation (Actief orange and disactief dark-blue)

    • Header: Where can i set a stroke below menu item when rollover like your example?

    • How can i change the height of google map when i use sidebar?

    • Special heading: i would like to change that color and not the regular text color.

    Thank you in advanced

    Taha

    #117670

    Hi Taha,

    I’ll just quote the questions above and answer as best I can:

    • Where can i change the height of the input field (form)?

    > There isn’t currently an option for this so you would need to inspect the page using either Chrome dev tools or Firebug for Firefox and then add some custom css to target the form fields and increase their height that way.

    • I have a 3 colum gallerie in the homepage, i want to have space between the images

    > The same as the previous one, it would need to be done specific to your site targeting the css for that gallery.

    • In the header i want to use different colors voor navigation (Actief orange and disactief dark-blue)

    > You can change the header colors in the themes Styling tab in the Header sub-tab.

    • Header: Where can i set a stroke below menu item when rollover like your example?

    >That will show up automatically when you have a menu with sub-menu items

    • How can i change the height of google map when i use sidebar?

    > Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia_google_maps_container {
    height: 230px;
    }

    Then edit it as needed.

    • Special heading: i would like to change that color and not the regular text color.

    > This is already on the feature-request list but for now, it has to be done manually with the same method as the first question and css.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘A few questions about Enfold template’ is closed to new replies.