Mattdim805
Mattdim805
About
- Username
- Mattdim805
- Joined
- Visits
- 56
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Thank you for the guidance!
-
Thanks guys!
-
Just for anyone else trying to accomplish the same with this theme, note that the above didn't complete resolve what I needed. The code above only hid the "Call Us Now" header, but not the number directly beneath it. It also still showed e…
-
No, it's currently displaying in the header, ABOVE the menu. I want to disable the action bar and have the phone number display IN the menu, just like they are doing at http://www.breatheeasyins.com/. How can I accomplish this?
-
Thank you so much guys! Your suggestion worked perfectly! You can close this ticket.
-
Awesome! Just for clarification, should anyone need to know. I had to go to the page in WP admin, then click the edit button for that particular section that housed the two call to actions. From there, I easily adjusted the padding to be less above …
-
Basically, I want to move the contact form and the "Need SR22 Insurance" header up on the home page an equal amount of space, so the amount of padding above them matches the identical amount of padding below them. Attached is an image to h…
-
I ran my CSS changes through the Beyond Compare tool I've seen you guys recommend previously, and started removing the lines of code I had added one by one. I found that the following line of code was the culprit: #Top_bar .logo { position: absolute…
-
h2 { font-weight: 400; }h3 { font-weight: 400; }h4 { font-weight: 400; } #Wrapper { border-top: 4px solid #cbaa2a; } #Top_bar.is-sticky { background: rgba(0, 0, 0, 0.9); box-shadow: 0 0 0 0 rgba(0,0,0,0); }#Top_bar a.responsive-menu-toggle { color: …
-
I can't just go and remove all of my custom CSS. I've spent hours and hours customizing my website to make it look how it does now. All of that work would be lost if I did that! Is there any way you could at least review the CSS code to see if somet…
-
Thanks for the guidance. I'll reach out to a developer for assistance on this one.
-
I did some digging in my css, and as you can see above, their was one line that was preventing the logo from displaying in front of the body area on the home page. Once I changed body:not(.home) #Top_bar .logo { position: absolute; z-index: 1; } to …
-
Worked like a charm. Feel free to close this out. Thanks guys!
-
You guys are awesome! Thank you so much for always providing prompt and actionable responses!
-
It appears that this underline also happens with the navigation items, such as Home, Blog and Contact Us. Can you provide me with the CSS to remove it from those menu items as well within the Main Menu?
-
And just to specify, I have tried enabling and disabling the following options in the Responsive > General section of BeTheme Options: * Hover Effects * Menu Button | Sticky * Section Background Image And I am also using a custom menu that is ap…
-
The related CSS I'm using is as follows, should that help you resolve the issue: /* Header */#Subheader ul.breadcrumbs { text-align: left; width: 100%; margin-top: 10px; } .header-classic #Top_bar { height: 120px; }.header-classic #Top_bar #logo im…
-
The site in question is www.2ndchanceinsurance.com. And if you right click on the image for the home page, and open the image in a new tab, you'll see how the logo should look on the website. But somehow the logo is being cut off on the bottom when …
-
Thanks for the response guys! Looks like the culprits are Contact Form 7 and/or Contact Form 7 Custom Skins. These must some how conflict with Form Maker, which is what I currently use for my forms on my site. I deactivated both unused plugin's abov…
-
Even stranger; I tried to make a clone of my home page, and then I got an error that Contact form 7 was no longer activated and that it needed to be. I close out of that screen without copying the code down, but when going back to the Pages section …
-
I ended up deactivating all plugin's again, and reactivating everything but Contact Form 7 (an old contact form plugin that isn't being used), and at first the dashboard was reacting very quickly, but now it's back to being extremely slow. What give…
-
For the record, I was talking about the H1 as well as the H2 on my site. They were both somehow having their CSS overwritten. Anyway, I tried both of your suggestions above, and neither worked. The bottom one only changed the color of the H3's and b…
-
I had to modify it to get it to work while it's active rather than on hover. For anyone else looking to accomplish the same, the code is as follows. #Top_bar .menu li ul li#menu-item-2679 { background: #FFFF00; }
-
I agree with artline_projects 100%. The icons are a pivotal part of my themes design and I'm not able to customize it to suit my needs. I'm left with using icons I hope somewhat resemble the linked to landing pages.
-
muffingroup, Yep, that is exactly what was wrong. I went into BeTheme Options > Getting Started > Sidebars and changed the sidebar option to "Use Page Meta Data"; I must have accidentally set it to force as left sidebar somewhere alo…
-
Using images doesn't provide for the same user experience though, as the highlighting of the icon when hovering over it disappears. Will this be offered in the future?
-
I took the CSS you provided me in the other ticket which allowed me to add padding to the logo and it worked perfectly. I changed it from 0px to 2px though to get it exactly where I needed it. Below is what I added to my custom CSS, for anyone else …
-
Thank you! That worked perfectly. You can close out this ticket.
-
I referred back to http://forum.muffingroup.com/betheme/discussion/2309/how-to-adjust-the-height-of-the-logo-using-classic-header#latest and saw that the max-height value for the CSS line .header-classic #Top_bar #logo img { max-height: 165px; } was…
-
I used Google Chrome to take the screenshot of the header.. However, if you look at it right now, the logo will not appear to overlap the gray sub-header. This JUST happened fifteen minutes ago though when I applied your custom CSS, as directed in t…