Jump to content
Sign in to follow this  
dustinfaddis

Box Title & Border

Recommended Posts

dustinfaddis

I would like to Bold my Box Titles & Place a 1px or thin black border around each box column.

I'm hoping to do so with box custom class, but I have not managed to get it working.

I'm learning short code edits and the like, so your help is appreciated.

My Site: http://www.faddisdesign.com/dustin-who

My custom class is: boxes

I tried these combos to make the title of Retail Partners Box Bold:

#fboxtitle .boxes thick {

font-weight:bold;}

}

#.fboxtitle .boxes h3.thick {

font-weight:bold;}

}

#boxes h3.thick {

font-weight:bold;

}

#boxes h3 thick {

font-weight:bold;

}

#boxes .boxtitle thick {

font-weight:bold;}

}

#.boxes .boxtitle thick {

font-weight:bold;}

}

.boxes .boxtitle thick {

font-weight:bold;}

}

Any Suggestions?

Thanks!

Share this post


Link to post
Share on other sites
Danny

Hi,

I have viewed your site and I am unable to see in your source code, the custom class you have added. However, you can use the CSS below to increase your box titles weight:

.section-boxes h3 { font-weight: bold; }

.section-boxes .fbox { border: 1px solid black; padding: 15px; }[/CODE]


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
dustinfaddis

Hey Danny!

Yeah, I removed the custom code and I only had one box "retail partners" with a custom class. I thought putting custom class on one box would be sufficient for testing. Maybe that won't work if using a box set?

Nonetheless, your solution works perfectly.

Thanks for the Help! You're Awesome.

Resolved.

Share this post


Link to post
Share on other sites
Rob

The topic was marked as resolved.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

  • Similar Content

    • morrisjohnc
      By morrisjohnc
      Hello all,
       
      Google Chrome is not rendering fonts in bold from within my postloop.  Safari shows the pages and font formatting correctly.
       
      Example page:  http://wheelchairtravel.org/chicago-il/
       
      Currently running the latest versions of WP & DMS with the Bespoke theme.
       
      Thanks in advance for help finding a solution.
    • ketri
      By ketri
      Hello!

      I know I can use <em> content </em> or <strong> but they're probably not intuitive for the client. 
      So...
      1. Can I use markdown? 
      2. Are there shortcodes or can I create shortcodes like [bold]?
      3. I think there was a commercial plugin to allow for styling of text in a similar way than WordPress admin-panel has. Would this be a good solution?
      4. Other solutions..?

      If you can please give a quick opinion on all solutions! =)

      Thank you. 
    • EvaB
      By EvaB
      Hi,
      I would like to change the boxtitle size from H3 to H2 (.fboxtitle h3), but I just can't seem to find out how to do that. Can anyone help?
      Thanks,
      Eva
    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
×