Search Results for 'section background'

Free and Premium WordPress Plugins & Themes Forums Search Search Results for 'section background'

Viewing 15 results - 16 through 30 (of 30 total)
  • Author
    Search Results
  • #509794
    J. Davis
    Keymaster

    Hello Hugo,

    Yes, you can simply find the class of the section and set

    background-image:url(path to the image);

    CSS attribute. For example to set background image for Call To Action section you need to add the following style (you should edit path for your image):

    .install-section{
    background-image:url(wp-content/uploads/image.jpg);
    background-attachment:fixed;
    }

    Best regards,
    John

    #506650
    Hugo
    Guest

    Hi,

    how can I set a different background image for each section, keeping the parallax effect?

    #482641
    Mike Hammock
    Guest

    I have used the theme customizer for trying to add a https://…mp4 video in the BG TITLE section of EMMET PRO.

    The video doesn’t show up at all when Im adding or saving it.

    Where is the tutorial on this? Seems like it should be simple.

    Are there specific page types that this works in and we have to be aware of for Emmet Pro template?

    #468893

    Topic: News Section

    in forum Entrepreneur
    Olga
    Guest

    Hello!
    Very nice template. Thank you! But there is a problem.
    Section with date of publication on a red background on front page is too big. How to make it smaller?
    Thanks for the reply!

    #343583
    J. Davis
    Keymaster

    Hi Kate,

    There is no option to embed video from Wistia to Front Page of Emmet theme. You can play video in Big Title Section only. You can do it using MotoPress Slider(YouTube, Vimeo, self hosted) or as self hosted videos at the background.

    Best regards,
    John

    #328494
    J. Davis
    Keymaster

    Hi Louise,

    These are rather individual adjustments (line height, size of section, etc) and you can apply them within Child Theme. Moreover the height of the section depends on the content. If you add more content the height of section increases.
    Please refer to this topic to learn how to edit overlay effect.

    Best regards,
    John

    #328372
    Louise
    Guest

    By body copy I mean “Description” area of these home page sections: big title, first and second feature, call to action, features, portfolio, packages, accent, subscribe, testimonials, and probably more – those are the ones I’m using.

    In the widgets, this would apply to the “text” area of “Features” and again, possibly more but that’s what I’m using.

    Type leading (space between lines) in the same areas – but not critical.

    In addition, I think I may have to make the type that goes over the “background image” black if that’s possible. My partner is hating all the shaded back photos I’ve shown her. She wants it brighter with black type.

    I don’t know how to attach a screen shot, but I think it’s too many places anyway. 🙂

    Thank you!

    Jonas
    Guest

    I would like the header and the big title section to use the same background picture. How is that possible?

    #309467
    J. Davis
    Keymaster

    Hi,

    You can try to add the style below for Big title Section

    .big-section.big-section-default .big-section-bg {
    background:rgba(265,265,85,0.75);
    }

    Best regards,
    John

    #308862
    Damon
    Guest

    John since the last update the color in the big section went away for me too if you are using a slider. I had a slide with no blog so I could see the background image. After the last update the background is milo get colored.

    #308723
    Srinivas
    Guest

    Thanks John. I realized my mistake. I was changing the RGB values, but looking at the Big Title and Background image section, because thats where I wanted the change. But actually the ‘Call to Action’ section is changing. Is the code suggested above changes this section only? Is there a similar style code to change the ‘Big Title and Background image’ section? Thanks for all your help

    #308565
    Srinivas
    Guest

    Hi Damon,

    I have installed emmet theme, but unable to change the transparent layer color based on how you explained above. I would like to have a more lighter transparent color so that the background image appears more brighter. I searched for .transparent-section{
    background:rgba(50,65,85,0.75);
    }

    and it is there in two files: _bigtitle.scss and _welcome.scss. I tried changing the rgb values in these two files, but no effect. Could you please help me which CSS file I need to change for the transparent layer color change

    #283526
    J. Davis
    Keymaster

    Hi Juan,

    1. You need to edit .site-header class to edit background of logo and navigation section e.g.:

    .site-header{
    background:#cecece;
    }

    You can add it to child theme styles.css file or MotoPress>Settings>Custom CSS code.

    2. In order to make the menu sticky you should go to Appearance > Customize > General > enable ‘Sticky menu on scroll’ option.

    Best regards,
    John

    #275271
    CodeineRush
    Guest

    Hi there.

    Just wondering if it is possible to change the background color the this section:

    I need to put in a couple of logos that have a white background – not sure if this is possible or not?

    Great theme by the way!

    Appreciate any help you can give.

    Cheers.

    #261589
    J. Davis
    Keymaster

    Hi Damon,

    You need to edit the background of this class .transparent-section. By default it looks like

    
    .transparent-section{
    background:rgba(50,65,85,0.75);
    }
    

    You can copy it to MotoPress>Settings>Custom CSS field and edit the rgba value.

    Best regards,
    John

Viewing 15 results - 16 through 30 (of 30 total)