Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
So how you want to do this other way?
-
1. Because post title is h2 we guess you need to change details for H2 heading. 2. It has no effect because we gave you too much of css by mistake. The right css to change it's line height would be:.masonry .post-desc-wrapper .post-desc .post-title…
-
Hi, but can you explain what exactly is not the same? Would be great if you can show us on examples what you mean.
-
No, you can't do this automatically if you use plain html.
-
Hey, you can change it's size and line height under Theme options > Fonts > Size & Style section or with the following css if you prefer to change them for this individual item only:.masonry .post-desc-wrapper .post-desc .post-title h2 a …
-
You're welcome! :)
-
Ok, below we give you the list of all images that comes with Be|Hotel2 demo: —————————————————————————————————————————————— H O T E L 2 —————————————————————————————————————————————— Flickr: ———————————— PortoBay Hotels & Resorts https://ww…
-
You are welcome! :)
-
Hi, all raw/text shortcodes are located under []+ button which is included into WP default editor. For more details about these shortcodes, please check the documentation. Thanks!
-
You're welcome! ;)
-
Hi, the first thing you need to do is set class name (like my-class-name) for this column and then set transparent background with an extra css:.my-class-name { background: rgba(255,255,255,0.5) !important; }
-
You're welcome!
-
Hi, it's different size because of your custom css which is:.item:nth-child(2){ width:85% }
-
You're welcome! :)
-
Hi, you got this error because you have outdated PHP version on your server. Latest version of Wordpress requires minimum 5.6 version but your is older one and that's why array_replace_recursive() function can not be found.
-
You are welcome! :)
-
You're welcome! :)
-
Hi, background color can be changed under Theme options > Colors > Footer section. But about the height, how and what exactly you want to change? Thanks!
-
Sorry but we really do not understand how link colors you want to be handled by the browser. The only way to set those links color is the following css and there is no other way to handle this:h2, h2 a, h2 a:hover { color: #444444; }
-
Great! :)
-
So what is the problem to set up HOME menu item under Appearance > Menus section with link to Home page?
-
Hi, if you look on Menu, you see that menu items doesn't have classes. But if you look on above css, you see classes for li items. So for example if above class is color-sea, you need to set up the same class name for the item under Appearance >…
-
Hey, some hover effects just doesn't work on some mobile devices and it is not possible to make them such unfortunately. So if you don't like the way it display on mobile, you need to disable hover effects for mobile under Theme options > Respon…
-
So if you mean Muffin Builder, then yes, you can use it on single post page of course. Just use it the same way as you do for pages.
-
If you downloaded theme from Themeforest marketplace, it can not be glitched. Did you tried to install theme exactly the same way as it has been described on http://themes.muffingroup.com/betheme/documentation/#installation ? What is the file you tr…
-
Hi, the only place where you can do this are Widgets. So if you want, just use raw/text shortcodes inside Widgets section. All those items/shortcodes you can find under []+ button which is included into default WP editor. Thanks!