I have a Drupal contractor for my website, and he says we can't change the size of the asterisk for the "required" items on our Contact form. Is this true? It is so small it almost looks like a dot. We want to just change the size to be slightly bigger. I have seen code to make it different colors, add the words "required" next to it, etc... but not change the size of it.
I am searching for the best way to add a link to my Header and position it below the search bar, but there are so many options. I currently have a block with a link. It's displaying at the top left of the Header. It needs to be on the right side, below the Search box. Website is firesideos.com.
Hi, I Working with drupal 7.34 , I have create custom theme but /?q=admin not working . when i change theme to any drupal theme link works correctly. Can anybody help me?
I figured out that I could import html from an index.html to node--content_type.tpl.php and then erase the original content (from the same node--content_type.tpl.php) so that the information is being rendered only once on my website. In other words, I completely erased everything from the node--content_type.tpl.php, replaced it with html and then added some php to render my variables.
My Question is: Is it ok for me to do that ? Could it cause any security issues or any kind of issues ?