Okay
  Public Ticket #196060
extra background that i want to delete
Closed

Comments

  • Fatima started the conversation

    hello! 

    i have adopted an extra background from somewhere.  I looked at the code under an opt-in section that i just built and i want to loose the extra padding.  Its the white section on the screen grab below.  Here is the coding for that section (from the classical editor as nothing shows in the visual editor) can you tell me what i need to delete from here please? THANK YOU! also, you will notice on this screen grab that the asterix (*) is misplaced.  Anyone know how to adjust that? 

    [/vc_column_text][/vc_column][/full_width_section][full_width_section bg_pos="Left Top" bg_repeat="No-Repeat" text_color="custom" top_padding="10" bottom_padding="10" background_color="#ea1076" type="full_width_background" text_align="left" custom_text_color="#e80476"][vc_column width="1/1"][vc_column_text]undefined[/vc_column_text][/vc_column][/full_width_section][vc_column width="2/3" animation="fade-in-from-left" boxed="true" column_padding="no-extra-padding" background_color="#fcfaf2" background_color_opacity="1" enable_animation="true" delay="300" font_color="#000000"][/vc_column][vc_column_text][vc_row][vc_column width="1/1"][/vc_column][/vc_row][vc_row][/vc_row][vc_column width="1/1"][/vc_column][/vc_column][/vc_row]

  •  8,839
    Tahir replied

    Hey!

    Try using this :

    [/vc_column_text][/vc_column][/full_width_section][full_width_section bg_pos="Left Top" bg_repeat="No-Repeat" text_color="custom" top_padding="10" bottom_padding="10" background_color="#ea1076" type="full_width_background" text_align="left" custom_text_color="#e80476"][vc_column width="1/1"][vc_column_text]undefined[/vc_column_text][/vc_column][/full_width_section][vc_column width="2/3" animation="fade-in-from-left" boxed="true" column_padding="no-extra-padding" background_color="#fcfaf2" background_color_opacity="1" enable_animation="true" delay="300" font_color="#000000"][/vc_column][vc_column_text][vc_row][vc_column width="1/1"][/vc_column][/vc_row][vc_row][/vc_row][vc_column width="1/1"][/vc_column]

    As for the Asterix, use this css :

    #mc_embed_signup .mc-field-group .asterisk {
        top: 0px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Fatima replied

    Hi Tahir, 

    neither of those solutions worked. there is still a phantom white b/g and the asterix is a few pixels out. can you let me know what to do now? 

    thanks, 

    fatima 

  •  8,839
    Tahir replied

    Hey Again!

    You need to put an extra class named 'no-padding' in the Edit Row options and then set padding to 1% in css like this:

    .no-padding{padding:1% !important;}

    Or try this css which will work for that particular page only since the id is specified in the css selector :

    .page-id-551 div.vc_span8.wpb_column.column_container.col.padding-10-percent.has-animation {
        padding: 1%;
    }
    

    All the Best,

    -T


    ThemeNectar Support Team 

  • Fatima replied

    Hey Tahir, 

    Im still having trouble with my homepage. now i can't add a row.... 

    it just said 'please wait..' and never lets me add anything now. please help!

  • Fatima replied

    also, my fonts are not resizing on the mobile. everything else is responsive, but the text is falling off the page as are all the buttons. 

    let me know how to fix this please. 

    thanks, and happy easter. 

  •  8,839
    Tahir replied

    Hey Fatima!

    Could you try another browser ?. 

    Thanks


    ThemeNectar Support Team 

  • Fatima replied

    I tried and its still the same. take a look at my screen grabs. you will notice that the size of the font changes, but when it gets to mobile screen size, it gets bigger again. Im still having the alignment issue with the buttons???? can you please help? 

    also, the white border is still there too. 

    thanks! 

  • Fatima replied

    Hey Tahir, i really need some help! can you answer some of my questions....? 

  •  8,839
    Tahir replied

    Hey Again!

    If you need to change the text on the slider use the css in this FAQ : http://themenectar.ticksy.com/faq/2037 and adjust the values as per your content 

    Cheers


    ThemeNectar Support Team 

  • Fatima replied

    Thanks so much!! 

    also, which values do i change in particular? im sorry, i dont understand code.... thanks!

    the other thing is my background which i am sorry to keep harping on about.... but any chance you can help me?  here is what it still looks like (attached) 

    also, i updated wordpress and salient yesterday and still have the double logo....can you please help fix this? (see attached too) 

  •  8,839
    Tahir replied

    Hey Again!

    I have adjusted the css for your site , Please remove the earlier one and add this:

    @media only screen 
    and (max-width : 690px) {
    body .nectar-slider-wrap div.swiper-slide .content h2 {
    font-size: 21px!important;
    line-height: 35px!important;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
    }
    
    
    body .nectar-slider-wrap div.swiper-slide .content p {
    font-size: 15px!important;
    line-height: 20px!important;
    padding-bottom: 7px;
    }
    
    
    .nectar-slider-wrap div.swiper-slide .button a {
    font-size: 15px!important;
    padding: 2px 7px;
    }
    body .parallax_slider_outer.first-section .swiper-slide .content {
    width: 56% !important;
    }
    
    
    }
    body .parallax_slider_outer.first-section .swiper-slide .content {
    width: 70% !important;
    }
    

    As regards the background. You have two empty rows at the end of the page. Please remove them create a new one. Then Edit Row and asssign the background you want. Please see Page Builder Video: https://www.youtube.com/watch?v=N4mt0lOJ888 for more info. 

    All the Best,

    -T


    ThemeNectar Support Team 

  • Fatima replied

    Hi Tahir, 

    I have quite a bit of custom CSS on my page, what lines am i exactly replacing? I dont want to loose the other code and I dont know what this all means.  Thanks for doing that for me, but I dont quite get what you're adding or changing? is it the double logo?  

    In regards to the backgrounds, they are all hidden under one column.  If i could see them, i would delete them, but that 'please wait' thing is still up on my home page and i cant see anything below my opt-in row in the visual composer.  I cant edit in classic mode as i keep deleting random things. (i dont read code) 

    Can you go into my page and get rid of them for me by any chance? and please let me know what this code is for and what to replace. cheers! 

    thanks!

    Fatima 

  •  8,839
    Tahir replied

    Hey Fatima!

    Sorry to put it like this but we can not help you further. Please see our Support Policy here: http://themeforest.net/item/salient-responsive-mul... . Please consider hiring a freelancer to get your site built if you want so many custom edits done to it. 

    Thanks


    ThemeNectar Support Team 

  • Fatima replied

    Sorry Tahir, Thanks so much for all the help you have given so far.  Really appreciate it.  I will try and find a freelancer to help with the rest of my Qs!

    thanks!