This forum is for assistance with theme development.

Alter form blocks

Hello there,

Red Required Asterisk Sizing

Hello,

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.

Thanks!

Determine best approach for adding item to header

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.

Any help will be appreciated.

Admin Not working for Custom Theme

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?

Replacing content within node-content_type.tpl.php with HTML

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 ?

Customizing menu block

Hi,

I'm still a newbie when it comes to Drupal so bare with me.

I'm trying to build a theme. In my page.tpl.php I wrote this:

<nav id="main-menu">
	<?php print render($page['menu']); ?>
</nav>

The menu gets renderd without a problem but my question now is:

Can I change the HTML from:

Pages

Subscribe with RSS Subscribe to RSS - Theme development