Jump to content
Sign in to follow this  
robdesigner

How to remove specific box or soap box titles

Recommended Posts

robdesigner

Hi, i want to know how to remove a specific box title, i have found out on here that the below code can be used, but it does not work, i have placed this code in the Boxes Custom Class on the box i am wanting to remove the title.

.fboxtitle {display:none;}

Any other suggestions?

Share this post


Link to post
Share on other sites
Danny

HI,

Well the Boxes custom class field is for a custom class not CSS.

The easiest way to hide certain box titles would be to target the boxes unique ID and apply this ID to some custom CSS which hides the title.

For example:

#fbox_ID .fboxtitle { display: none; }[/CODE]


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
robdesigner

ok thanks for that, can you confirm the best way to find out what the boxes unique id is.

Share this post


Link to post
Share on other sites
robdesigner

Just did the view source option, i dont think there is an easier way?

Any way that worked great, thanks again.

Share this post


Link to post
Share on other sites
Danny

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
dustinfaddis

Hey @Robdesigner,

For a FireBug alternative to locate source code here is an option,

If you are using Safari you can open the Preferences menu > Advanced and check " show Develop menu in menu bar".

When you right-click on the web page, select "Inspect Element" you will be directed to the source code your cursor is on.

Which I think is a little better than the "view source" option.

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

    • yemoonyah
      By yemoonyah+
      Hi,
      I'm trying to hide my blog post titles on my single post pages but not on the blog page (where all posts are listed).
      Here is the code I use for that:
      .single-post .entry-header .page-title { font-size: 0; } But even though I specify that it should only happen on single post pages, it still shows on the general blog page.
      See here: http://yemoonyah.com/blog
      How can I fix that?
      Thanks,
      Yamile
       
    • StuLeeUK
      By StuLeeUK+
      I have noticed in Google Search Console that I have a lot of errors in the structured data, all down to the error 'Missing: entry-title'.
      All the other fields seem fine but this one error flags up on all blog posts.
      Can anyone point me in the right direction please because I have no idea about this stuff and don't know where to start to try and fix it. Is it anything to even worry about?
    • Claude203
      By Claude203
      I would like to format the Testimonial Box for mobile devices, considering that the container is a dynamic section. 
       
      Aside from targeting the specific elements in the @media section, is there anything else I could use to affect the dynamically changing shape?
       
      @media only screen and (max-device-width: 700px) {
      ?
      ?
      }
       
      Thank you!
    • Claude203
      By Claude203
      This is probably a simple problem to fix, but right now I am new to DMS concepts and therefore I'm stuck and can't seem to figure it out.
       
      On my pages, the page titles are no longer showing up at the top of the page, as they did before. No problem for posts, where the post titles populate just fine. But when I try to make a change to pages, the templates for the entire site change as well, also altering post layouts. So for example, on one particular page I want to make it a full width (no sidebar) layout, but when I make the change on that page, all other pages and all blog posts now suddenly have no sidebar as well. Every time I try to start over by creating a new page from scratch, any change I make there also changes every other page/post. I know this has something to do with templates and how they are linked to posts/pages, but I cannot figure out how to unlink them or what else it could be. 
       
      Thank you.
    • Mike.Wells.US
      By Mike.Wells.US
      Hey All
       
      I am having trouble trying to get my Page Titles above my Boxes on my website.  A good example is this page:
       
      http://www.avsuperfly.com/video-equipment-rentals-san-francisco/
       
      ....where for some reason it says RENTALS, at the very bottom after you've looked at all the Rentals.  Same deal in Sony Cameras, Canon Cameras etc.
       
      Is there a quick piece of code or some little box I can check to get Page titles appearing at the top of the page, above all the box content?
       
      Any help would be fantastic.  I'm on a slightly older version of page lines and currently too afraid to update.
       
      Regards,
       
      Michael
       
       
×