Skip to content

Commit 4bbaa4a

Browse files
committed
Fix Header main row: Bottom border color can't be 100% solid
1 parent c5fab29 commit 4bbaa4a

File tree

1 file changed

+1
-1
lines changed
  • inc/modules/hf-builder/components/header/row

1 file changed

+1
-1
lines changed

inc/modules/hf-builder/components/header/row/css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
)
7272
);
7373
$css .= ".bhfb-$row { border-bottom-style: solid; }";
74-
$css .= Botiga_Custom_CSS::get_border_bottom_color_rgba_css( "botiga_header_row__{$row}_border_bottom_color", '#EAEAEA', ".bhfb-$row", 0.1 );
74+
$css .= Botiga_Custom_CSS::get_border_bottom_color_rgba_css( "botiga_header_row__{$row}_border_bottom_color", '#EAEAEA', ".bhfb-$row", 1 );
7575

7676
// Padding
7777
$css .= Botiga_Custom_CSS::get_responsive_dimensions_css(

0 commit comments

Comments
 (0)