Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
can anybody know how can i theme user registration form with completely separate layout?
I have created a completely separate layout by using the page--user--register.tpl.php, but the problem is i don't have the $form variable available within this page.
I do not want to theme only the form part, rather the registration page have a totally different layout, from outher pages of the website.
I have 2 theme in Drupal website, one for desktop and 2nd for mobile(iPhone). When I browse website on mobile all pages working fine except edit profile page. When click on edit profile its display to desktop theme page. I already have user-profile.tpl.php in mobile theme folder.
Important thing is, its display desktop them only on mobile device only. when set mobile theme as default and check on PC its display mobile theme.
I am working with webform module , i have added two different form in my website . i have customized the forms according to my convenience , as i have chnaged the css , these changes are reflected in both the forms . now i need to get a id of these form so i can customize a particular form , i have added this css code for form
I would like my site to have different colors for each main section.
For example I have an adult tab and a children's tab. I want the right menu for the children's pages to be purple, the content to be blue, and the left menu to be green. For the adult page I want the right menu to be blue, the content to be green, and the left menu to be light green.
Still a Drupal newbie and very frustrated by Nice Menus. I have a left-hand menu with one level of child items. I want the child items to drop down directly below the parent, just indented a little bit. I don't want the child items to fly out. However, they don't show up at all. I'm sure there's some lovely CSS to make this happen, but I can't figure out how to refer to the child items. Can anyone help please? Thanks,