Skip to content

Commit

Permalink
Merge pull request #45 from Poltio/hotfix/update-davidoff-widget
Browse files Browse the repository at this point in the history
update flying button text
  • Loading branch information
cantugdonmez authored Sep 30, 2024
2 parents 52d8a55 + 9cbd0c6 commit e78b36f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions davidoff/davidoff.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
data-poltio-widget-disclaimer="on"
data-poltio-widget-resultfit="fit"
data-poltio-widget-bgcolor="white"
data-poltio-floating-title="Let's choose together"
data-poltio-floating-desc="Not sure yet? Don’t worry! With a few simple questions we will guide you through the selection"
data-poltio-floating-bgcolor="#dd6f2a"
data-poltio-floating-icon-color="white"
data-poltio-floating-title="Need Some Assistance?"
data-poltio-floating-desc="Use our Cigar Concierge to find the perfect cigar for you"
data-poltio-floating-buttontext="Start Now"
data-poltio-floating-zIndex="2001"
></div>
Expand Down
6 changes: 3 additions & 3 deletions davidoff/davidoff_files/davidoff-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ body.cigars .items-stacked a.item img {

a.logo {
display: block;
background: url("/images/site/logo.png") no-repeat;
background: url("https://montanaeagle.com/wp-content/uploads/home-brands-davidoff.png") no-repeat;
width: 60%;
margin: 10px auto 0 auto;
height: 54px;
Expand All @@ -3459,14 +3459,14 @@ a.logo {
a.logo {
margin-top: 30px;
width: 100%;
height: 75px;
height: 150px;
background-size: auto 100%;
background-position: center center; } }
@media only screen and (min-width: 1150px) {
a.logo {
margin-top: 30px;
width: 100%;
height: 75px;
height: 150px;
background-size: auto 100%;
background-position: center center; } }

Expand Down

0 comments on commit e78b36f

Please sign in to comment.