Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
ruslan Participantcould you approve the translation into Russian, locally I already use it https://www.cryoutcreations.eu/forums/t/full-translate-roseta-russian ruslan Participant#lp-boxes-1 .lp-box-image, #lp-boxes-2 .lp-box-image { 
 background: #fff;
 }Yes, this approach solves my problem 
 ThanksI’m using a child theme where I’ve already added the social icons I need Website: urouter.ru ruslan Participantyou can add a new icon yourself 
 at fontello.com
 download the font called socials
 then add new iconsthen you need to create a child theme 
 style.css will be created in it
 download these fonts in a separate folder in my case fontsopen it and add a description of the inoknok e.g. whatsapp and telegram —————- 
 /* Social Icons */
 @font-face {
 font-family: ‘socials’;
 src: url(‘/fonts/socials.eot’);
 src: url(‘/fonts/socials.eot?#iefix’) format(’embedded-opentype’),
 url(‘/fonts/socials.woff’) format(‘woff’),
 url(‘/fonts/socials.ttf’) format(‘truetype’),
 url(‘/fonts/socials.svg?#socials’) format(‘svg’);
 font-weight: normal;
 font-style: normal;
 }.socials a::before, 
 .socials a::after,
 [class^=”socicon-“]::before,
 [class*=” socicon-“]::before {
 font-family: “socials”;
 font-style: normal;
 font-weight: normal;
 speak: never;
 content: ‘\e83d’;
 display: inline-block;
 text-decoration: inherit;
 text-align: center;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }.socials a.whatsapp::before { content: ‘\f232’; } 
 .socials a.telegram::before { content: ‘\f2c6’; }.socials a.whatsapp::after { content: ‘\f232’; } 
 .socials a.telegram::after { content: ‘\f2c6’; }.socials-whatsapp::before { content: ‘\f232’; } 
 .socials-telegram::before { content: ‘\f2c6’; }
 —————-Website: urouter.ru ruslan ParticipantBUG https://clip2net.com/clip/m133812/97f97-clip-467kb.jpg How can this setting be adjusted? 
 $theme_lpboxesbg ?on light images the border remains visible, the color of this option is color-bound: 
 Colors > Landing Page > Boxes (theme_lpboxesbg), this works finebut you are using automatic color change 
 can this be disabled?roseta\includes\custom-styles.php 
 line 1282:.lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( cryout_hexdiff( $theme_lpboxesbg, 50+5*absint( $i ) ) ) ?>; } roseta\admin\defaults.php 
 line 152:
 “theme_lpboxesbg” => “#eceff2”,FIXED 
 https://clip2net.com/clip/m133812/09a80-clip-376kb.jpgroseta\includes\custom-styles.php 
 line 1282:
 .lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( $theme_lpboxesbg ) ?>; }I hope you fix this bug Website: urouter.ru ruslan ParticipantPlease approve the translation https://translate.wordpress.org/projects/wp-themes/roseta/ru/default/ 
- 
		AuthorPosts

