Simple notification on menu for the website

I was fooling around which though about the notification element which some websites have. For example you have a menu item as Job and then you want to highlight the number of jobs available. I can think of different cases for this, so here is the simple version of it and here is the CSS […]

Read More

Insert video as featured image

I was assigned a task to make a portfolio item for Symagic. The challenge was that they needed the feature image to play a video instead. A featured image represents the contents, mood, or theme of a post or page. Posts and pages can have a single featured image, which many themes and tools can […]

Read More

Show submenu item by default on mobile

By default on the mobile version you have to click on the + icon to expand the menu but using the CSS code below, I am able to show one level submenu item by default. The theme for the website is The7 . The CSS code should be implemented in Theme Options -> Advanced -> Custom CSS Then […]

Read More

Define class for CTA

In the process of website development, the team agreed to create the CTA sections as whole (my suggestion was to create the section as a module in HubSpot and the buttons as a CTA). the reason is that the CTA is a JS code that fires ecerytime the visitor goes to the page. The more […]

Read More

Disable a link using CSS

For some of the hyperlinks on hiver, the decoration will be changed like the cursor and the color. For the Fueld HubSpot project some menu items are not having a link. By default I choose # to make sure no link will be loaded but I have been asked to disable this styling. But because […]

Read More