We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ee8f4 + 4bbaa4a commit e2f9842Copy full SHA for e2f9842
inc/modules/hf-builder/components/header/row/css.php
@@ -71,7 +71,7 @@
71
)
72
);
73
$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 );
+ $css .= Botiga_Custom_CSS::get_border_bottom_color_rgba_css( "botiga_header_row__{$row}_border_bottom_color", '#EAEAEA', ".bhfb-$row", 1 );
75
76
// Padding
77
$css .= Botiga_Custom_CSS::get_responsive_dimensions_css(
0 commit comments