Forum Replies Created

Viewing 30 posts - 67,471 through 67,500 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 13:45

    Hello,

    You can add this code in Custom CSS:

    .footer-top .widget-title:after {
        top: 35px !important;
    }
    .footer-top .wpb_text_column.wpb_content_element .widget-title {
        margin-bottom: 25px;
    }
    .footer-top .sidebar-widget.etheme_widget_recent_entries .widget-title {
        margin-bottom: 5px;
    }
    .footer-top time.date-event {
        padding: 5px 10px;
    font-size: 10px;
    }
    .date-event .number {
        font-size: 14px;
    }
    .footer-top .media-heading {
        margin: 0 !important;
        line-height: 18px !important
    }
    .footer-top .sidebar-widget.etheme_widget_recent_entries .widget-title {
        margin-bottom: 5px;
        padding: 9px 0;
    }
    .footer-top .sidebar-widget .blog-post-list li {
        padding: 10px 0;
    }

    Edit your footer static block and change background color in the row settings http://prntscr.com/ddlstv

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 13:22

    Hello,

    If you’re using our default contact form you can change it in the file wp-content/themes/royal/framework/shortcodes.php in line 424.
    Also, we recommended making all changes in the Child Theme.
    https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
    https://codex.wordpress.org/Child_Themes
    You can translate contact form in .po file in wp-content/themes/royal/languages directory: https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 13:00

    Hello,

    Great, feel free to contact us if you need any help.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 12:12

    Hello,

    You do not need to write code to each page one by one.
    Try change style, as a write in the article, or I will do it for you. Only provide links to pages where previous code not work.
    Also, I don’t see the previous code on your site, put it in Theme Options > Custom CSS, please.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 11:46

    Hello,

    Please, add this code in Custom CSS:

    footer .uavc-icons {
      display: flex;
      margin-bottom: 20px;
    }
    footer .aio-icon {
      margin: 20px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 11:33

    Hello,

    Please, provide us with link to these pages or you can to change the class from the previous code to the new. Try find class via Inspect element tool in Chrome browser. Please, read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 08:30

    Hello,

    Try to delete or to change this code in your css: http://prntscr.com/ddig70

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 08:25

    Hello,

    Please update the theme to 3.0.3 version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .
    https://youtu.be/KdWESIIPU1k
    Don’t forget to create back up of your files and database before starting update process!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 08:18

    Hello,

    You can add this css code in Theme Options > Custom CSS > Global Custom CSS:

    .widget_product_categories {
        border: 2px solid #0cb3d7;
        margin-bottom: 30px;
    }
    .widget_product_categories .widgettitle {
        background-color: #0cb3d7 !important;
    }
    .widget_product_categories .with-accordion {
        margin: 0 10px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 08:07

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 07:56

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2016 at 14:22

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2016 at 08:49

    Hello,

    Please, provide wp-admin access in Private Content.
    Also, try to disable all 3rd-party plugins and check blog page after that.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2016 at 08:30

    Hello,

    Please, add this code in Custom CSS file:

    .single-product-page .product-info h4 {
        display: none;
    }

    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
    Also, provide screenshot for our better understanding what exactly button you want to remove.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2016 at 08:22

    Hello,

    Try to delete this code in your custom css: http://prntscr.com/dd33qp

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2016 at 08:03

    Hello,

    Please, add this code in Custom CSS:

    .product-categories > li > a {
        font-weight: 600 !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 15:50

    Hello,

    We don’t provide support for 3rd-party plugins and can’t guarantee their full compatibility with the theme.
    You can try to add this code in Custom CSS:

    #mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu {
        display: block;
    }

    Seems there’s a bug in our theme with a search. We’ve forwarded this issue to our developers and they will fix it in the next theme update.
    Please take our apologies for inconveniences.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 14:39

    Hello,

    Some classes were changed.
    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 14:12

    Hello,

    Add previous and this code in custom.css file:

    .menu-parent-item {
        position: relative !important;
    }

    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 13:19

    Hello,

    If you’re using our default contact form you can change it in the file wp-content/themes/royal/framework/shortcodes.php in line 424.
    Also, we recommended making all changes in the Child Theme.
    https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
    https://codex.wordpress.org/Child_Themes
    You can translate contact form in .po file in wp-content/themes/royal/languages directory: https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 11:54

    Hello,

    The problem is caused by 3rd-party plugin – Max Mega Menu, try to disable it.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 08:37

    Hello,

    To get VC editor in the static blocks go to Visual Composer > Role Manager > Post Types > Custom > tick needed elements.
    Could you please post a link to your site so we will be able to see line issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 08:21

    Hello,

    Please, add this code in Custom CSS:

    .header-type-5 .main-nav .menu > li li, .header-type-6 .main-nav .menu > li li, .header-type-7 .main-nav .menu > li li, .header-type-1 .main-nav .menu > li li{
        width: 168px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 08:17

    Hello,

    You can change breadcrumbs image in Theme Options > Color Scheme > Breadcrumbs background.
    Please take our apologies but there is no possibility to add different breadcrumbs background images for categories and products.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 08:08

    Hello,

    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
    Also, provide wp-admin access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2016 at 08:03

    Hello,

    Please provide me link to your site in Private Content. I need to see your page.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2016 at 21:07

    Hello,

    You’re welcome!
    Have a nice day.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2016 at 16:22

    Hello,

    Try to add this code:

    .page-id-23997 .vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
        background-size: contain;
    }

    Also, you can use Masonry Media Grid. Masonry is a grid layout based on columns. Unlike other grid layouts, it doesn’t have fixed height rows.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2016 at 16:14

    Hello,

    Try to add this code in Custom CSS:

    body {
        font-family: Arial, sans-serif;
    }
    .et_bloom .et_bloom_optin_2 form input {
        font-family: Raleway !important;
    }
    .main-footer p {
        font: 11px/18px Raleway !important;
    }
    .menu > li a {
        font-family: Raleway !important;
    }
    .portfolio-descr p {
        font-family: Raleway !important;
    }
    .meta-post {
        font-family: Raleway;
    }
    .meta-post a {
        font-family: Raleway;
    }
    .shopping-cart-widget {
        font-family: Raleway;
    }
    span.woocommerce-Price-amount.amount {
        font-family: Raleway;
    }

    Yes, when you need to make some changes in the theme design, you can write some style in “custom.css”, this override the default styling of the theme.
    Try to resave Permalinks in admin panel -> Settings -> Permalinks to fix the products problem.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2016 at 15:24

    Hello,

    In this case, we recommend uploading placeholder image for these products http://prntscr.com/dbnkhc
    or disable image in cart popup, try to add this code in Custom CSS:

    .shopping-cart-widget .widget_shopping_cart_content ul li .media img {
        display: none;
    }
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box {
        width: 90%;
    }

    Regards,
    Rose Tyler.

  • 1 2 3 2,249 2,250 2,251 2,272 2,273 2,274
    Viewing 67,500 results - 67,471 through 67,500 (of 68,220 total)
Viewing 30 posts - 67,471 through 67,500 (of 68,220 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.