Forum Replies Created

Viewing 13 posts - 23,911 through 23,923 (of 23,923 total)
  • Author
    Posts
  • in reply to: Change background color w/CSS #138589

    Hi,

    You need to target the container_wrap div, example:

    .page-id-246 .container_wrap { background-color: #000000 !important; }

    Regards,

    Josue

    in reply to: Smaller boxed layout #138350

    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

    in reply to: Change background color w/CSS #138587

    Hi,

    Can you post a link to your website please?

    Regards,

    Josue

    in reply to: responsive menu #138313

    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

    in reply to: filter for contact form #138298

    Hi,

    I think that its a little more than the default support covers, if it worked with cf7, why not use it?

    Regards,

    Josue

    in reply to: Fields in comment post #138123

    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

    in reply to: Changing dedicated h3 components #138206

    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

    in reply to: Ajax preview image scaled up? #138077

    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

    in reply to: Additional Navigation on small screen #136656

    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

    in reply to: title showing when mouse over images #138145

    Hi, James

    Try using this plugin, it says its outdated but i tested locally and it does the job.

    Regards,

    Josue

    in reply to: Fields in comment post #138121

    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

    in reply to: YOU TUBE Social Icon for Display in Header missing #138071

    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

    in reply to: Ajax preview image scaled up? #138075

    Hi,

    Try adding this code to the Quick CSS area in the Theme options page:

    .portfolio-preview-image {

    width: 16%;

    }

    Regards,

    Josue

Viewing 13 posts - 23,911 through 23,923 (of 23,923 total)