Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackRemove Feedback Form HeadingsRemove Feedback Form Headings
Previous
 
Next
New Post
8/26/2012 10:51 PM
 

Hi,

I would like to remove the headings "Your Contact Information" and "Your Feedback" from the form when it is viewed.  I have figured out that I can do this by adding the following code in the module.css file

h2.dnnFormSectionHead {
  display:none;
}

HOWEVER, this would be overwritten with any upgrade.  I have been hesitate to change this in the default.css file as I do not know what else this style applies to and may inadvertently hide other headings within the website?  Is the style h2.dnnFormSectionHead only relevant for the feedback module for or is it used elserwhere in dotnetnuke? (I am using the latest version of DNN and the Feedback from as of this date).

Thanks, Celeste.



 
New Post
8/27/2012 3:00 AM
Accepted Answer 

Hi Celeste,

You would normally put these types of things into your skin.css which unless you use a default skin will not get overwritten. That css class is a generic one so will almost certainly be used elsewhere, but if you also add one of the css classes further up the 'stack' such as FeedbackForm then you can isolate to the feedback module e.g. '.FeedbackForm h2.dnnFormSectionHead'

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
2/10/2014 12:14 PM
 

I am trying to do the same thing, but the suggested fix isn't working. Is this still applicable to the recent releases of DNN Feedback module?

 
New Post
2/11/2014 3:03 AM
 
Yep, that works. I just copied and pasted that into Module.css and the heading disappeared. As I said before your probably nest off putting in somewhere else, such as skin.css though. If so you can localise to the Feedback module by putting the following in:-

.dnnForm.FeedbackForm h2.dnnFormSectionHead {
display:none;
}

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
2/11/2014 10:27 AM
 
Thank you for the reply and help. I put exactly that into module.css and skin.css, and the headings still appear. The only changes that I have made to the module files are in the Feedback.ascx file and that was to change Feedback to Message.

If I can't get the heading to disappear, is there a way to make them smaller? They are just huge on my site.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackRemove Feedback Form HeadingsRemove Feedback Form Headings


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out