Forum Replies Created
-
AuthorPosts
-
Hi,
You need to target the container_wrap div, example:
.page-id-246 .container_wrap { background-color: #000000 !important; }
Regards,
Josue
Hi,
It is, you can start off editing the css/grid.css file or if you know how to compile LESS you would only need to change the variables in the css/grid.less file (@maxWidth, @maxWidthLarge).
Regards,
Josue
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi,
I don’t see it, the menu turns into a drop-down menu exactly at 1024px width and does not overlap the logo.
Regards,
Josue
Hi,
I think that its a little more than the default support covers, if it worked with cf7, why not use it?
Regards,
Josue
Hi, Genaro
You need to change the language to Spanish, then everything will change automatically, if you don’t know how, read the documentation in this link.
If you have any problems, let us know.
Regards,
Josue
Hi Andy,
Try adding this code to the Quick CSS:
.grid-entry-title{ font-size: 3em; }
Change “3em” for the desired size (ex: 4em, 5em, 6em).
Regards,
Josue
Hey!
Try using the page-id class to differentiate it:
.page-id-26 .portfolio-preview-image { width 16%; }
.page-id-165 .portfolio-preview-image { width: 70%; }
Regards,
Josue
Hi gscorer,
Try adding this code to the Quick CSS area in the Theme options page:
@media only screen and (min-width: 768px) { .responsive #header .sub_menu{ display: block } }
@media only screen and (max-width: 767px) { .responsive #header .sub_menu{ display: none } }
Regards,
Josue
Hi, James
Try using this plugin, it says its outdated but i tested locally and it does the job.
Regards,
Josue
Hi Genaro,
Try adding this code to the Quick CSS area in the Theme options page:
#commentform label{ left: 0; }
#top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input{ margin-left: 55px; }
.comment-form-url{ display: none; }
Regards,
Josue
Hi, Martina
The problem is that Entypo (the icon font) doesn’t include a YouTube icon. However i found a temporary workaround (using a video icon with the default red background):
Be sure that you are using the latest version of Enfold, then you need to add these lines of code at the end of these files respectively:
/enfold/includes/admin/register-admin-options.php:
$avia_elements[106][0] = array_merge($avia_elements[106][0], array('Youtube' => 'youtube'));
/enfold/functions.php
$avia_config = array_merge($avia_config, array('youtube' => '🎬'));
Then if you go to the Theme options you will see that there’s is a Youtube option:
Regards,
Josue
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.portfolio-preview-image {
width: 16%;
}
Regards,
Josue
-
AuthorPosts