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 ForumsBlogBlogWhat is the Style for the Blog Post subject?What is the Style for the Blog Post subject?
Previous
 
Next
New Post
4/2/2008 5:49 PM
 

I am also experiencing the text size issue after upgrading the Blog module. I managed to fix the blog body font to my satisfaction (thanks to everyone who posted here with instructions.)

I want to change the font size of the blog post "subject" (the Title on the add blog entry page), but I can't seem to figure out which style I should be updating ...an I've tried most of them that I thought might be it.

Blog_title isn't it, so which one is it?

Thanks for your help,

Karen

 
New Post
4/2/2008 10:19 PM
 

I just confirmed that it is Blog_Title. It is applied to an H2 tag, so maybe you can try doing something similar to this:

H2.Blog_Title {

}

Make sure you CTRL+F5 when viewing on your browser to ensure that the new style is reloaded in your browser cache.

HTH.


Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
New Post
4/3/2008 9:14 AM
 

Did you have some content between your braces in your post? 

My current style looks like this:

h2.blog_title
{
    font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 30px;
}

...but the titles don't seem to be following that style at all.  The font is just inheriting the "a" styles from

/Portals/_default/Skins/skins/skin.css

according to WebDeveloper.

I have used ctrl-f5 and even shut down my browser and restarted it, just to be extra sure.

So it appears to me they aren't using the h2.blog_title font or font-size.

My skills around stylesheets are new, so if I'm missing something about how all this works, please feel free to talk newbie to me

 
New Post
4/3/2008 10:22 AM
 

Hi Karen,

according to what I see inside the ViewEntry.ascx control the title of each entry is rendered using the h2.blog_title style:

  <div class="blog_head">
   
<h2 class="blog_title">
     
<asp:hyperlink id="lblBlogTitle" runat="server"></asp:hyperlink>
   
</h2>
  </div>

You should be able to modify it through your module.css file in DesktopModules/Blog folder.

Best regards
Dario Rossa

 
New Post
4/3/2008 5:38 PM
 

Well, there's definitely something odd going on with my site.

I can succesfully change some of the characteristics of the blog_title style, such as the dotted line weights and styles, but changes to the font styles result in no change at all to the actual blog title - changing the font type, the size or the weight does nothing.

I'm at a loss as to what to try next.

It is as if these styles are being overridden by some thing else.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogWhat is the Style for the Blog Post subject?What is the Style for the Blog Post subject?


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